#95D3F6

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

Shades of Cornflower #95D3F6

Tints of Cornflower #95D3F6

Color information

#95D3F6 (or 0x95D3F6) is unknown color: approx Cornflower. HEX triplet: 95, D3 and F6. RGB value is (149,211,246). Sum of RGB (Red+Green+Blue) = 149+211+246=606 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.59% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 246 - color contains mainly: blue. Hex color #95D3F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D3F6 is #6A2C09. Grayscale: #C4C4C4. Windows color (decimal): -6958090 or 16176021. OLE color: 16176021.

HSL color Cylindrical-coordinate representation of color #95D3F6: hue angle of 201.65º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95D3F6 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB149211246-
CMYK0.390.1400.04
HSL201.65º84.35%77.45%-
HSV(B)201.65º39.43%96.47%-
XYZ52.3259.6395.94-
YUV196.45155.9694.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.59%
GREEN value IS 211 (82.81% from 255) = 34.82%
BLUE value IS 246 (96.48% from 255) = 40.59%
R=24.59%
G=34.82%
B=40.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492112460.390.1400.04201.6584.3577.45
Hex95D3F627E04ca544d
Octal225323366471604312124115
Binary100101011101001111110110100111111001001100101010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,211,246); }

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

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

 a { background-color: rgb(149,211,246); }

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

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

 span { border-color: rgb(149,211,246); }

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