#95D7F1

Color #95D7F1 Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #95D7F1

Tints of Cornflower #95D7F1

Color information

#95D7F1 (or 0x95D7F1) is unknown color: approx Cornflower. HEX triplet: 95, D7 and F1. RGB value is (149,215,241). Sum of RGB (Red+Green+Blue) = 149+215+241=605 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.63% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #95D7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D7F1 is #6A280E. Grayscale: #C6C6C6. Windows color (decimal): -6957071 or 15849365. OLE color: 15849365.

HSL color Cylindrical-coordinate representation of color #95D7F1: hue angle of 196.96º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95D7F1 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB149215241-
CMYK0.380.1100.05
HSL196.96º76.67%76.47%-
HSV(B)196.96º38.17%94.51%-
XYZ52.5761.3492.29-
YUV198.23152.1392.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 24.63%
GREEN value IS 215 (84.38% from 255) = 35.54%
BLUE value IS 241 (94.53% from 255) = 39.83%
R=24.63%
G=35.54%
B=39.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492152410.380.1100.05196.9676.6776.47
Hex95D7F126B05c54d4c
Octal225327361461305305115114
Binary100101011101011111110001100110101101011100010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95D7F1; }

 p { color: rgb(149,215,241); }

 H1.HeaderClassName
 {
   color: #95D7F1;
 }
 .AnyTagClassName
 {
   color: #95D7F1;
 }
</style>
background-color css

<style>
 a { background-color: #95D7F1; }

 a { background-color: rgb(149,215,241); }

 div.DivClassName
 {
   background-color: #95D7F1;
 }
 .BgClassName
 {
   background-color: #95D7F1;
 }
</style>
border-color css

<style>
 span { border-color: #95D7F1; }

 span { border-color: rgb(149,215,241); }

 td.TdClassName
 {
   border-color: #95D7F1;
 }
 .TagClassName
 {
   border-color: #95D7F1;
 }
</style>