#95CCE9

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

Shades of Cornflower #95CCE9

Tints of Cornflower #95CCE9

Color information

#95CCE9 (or 0x95CCE9) is unknown color: approx Cornflower. HEX triplet: 95, CC and E9. RGB value is (149,204,233). Sum of RGB (Red+Green+Blue) = 149+204+233=586 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.43% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #95CCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CCE9 is #6A3316. Grayscale: #BEBEBE. Windows color (decimal): -6959895 or 15322261. OLE color: 15322261.

HSL color Cylindrical-coordinate representation of color #95CCE9: hue angle of 200.71º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95CCE9 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB149204233-
CMYK0.360.1200.09
HSL200.71º65.62%74.9%-
HSV(B)200.71º36.05%91.37%-
XYZ48.755.4685.23-
YUV190.86151.7898.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.43%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 233 (91.41% from 255) = 39.76%
R=25.43%
G=34.81%
B=39.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492042330.360.1200.09200.7165.6274.9
Hex95CCE924C09c9424b
Octal2253143514414011311102113
Binary1001010111001100111010011001001100010011100100110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,204,233); }

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

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

 a { background-color: rgb(149,204,233); }

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

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

 span { border-color: rgb(149,204,233); }

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