#95C2DE

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

Shades of Cornflower #95C2DE

Tints of Cornflower #95C2DE

Color information

#95C2DE (or 0x95C2DE) is unknown color: approx Cornflower. HEX triplet: 95, C2 and DE. RGB value is (149,194,222). Sum of RGB (Red+Green+Blue) = 149+194+222=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #95C2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C2DE is #6A3D21. Grayscale: #B7B7B7. Windows color (decimal): -6962466 or 14598805. OLE color: 14598805.

HSL color Cylindrical-coordinate representation of color #95C2DE: hue angle of 203.01º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95C2DE is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149194222-
CMYK0.330.1300.13
HSL203.01º52.52%72.75%-
HSV(B)203.01º32.88%87.06%-
XYZ44.8750.2576.44-
YUV183.74149.59103.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.37%
GREEN value IS 194 (76.17% from 255) = 34.34%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=26.37%
G=34.34%
B=39.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491942220.330.1300.13203.0152.5272.75
Hex95C2DE21D0Dcb3549
Octal225302336411501531365111
Binary100101011100001011011110100001110101101110010111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,194,222); }

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

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

 a { background-color: rgb(149,194,222); }

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

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

 span { border-color: rgb(149,194,222); }

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