#96C5EE

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

Shades of Cornflower #96C5EE

Tints of Cornflower #96C5EE

Color information

#96C5EE (or 0x96C5EE) is unknown color: approx Cornflower. HEX triplet: 96, C5 and EE. RGB value is (150,197,238). Sum of RGB (Red+Green+Blue) = 150+197+238=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #96C5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C5EE is #693A11. Grayscale: #BBBBBB. Windows color (decimal): -6896146 or 15648150. OLE color: 15648150.

HSL color Cylindrical-coordinate representation of color #96C5EE: hue angle of 207.95º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96C5EE is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150197238-
CMYK0.370.1700.07
HSL207.95º72.13%76.08%-
HSV(B)207.95º36.97%93.33%-
XYZ47.9852.5988.51-
YUV187.62156.43101.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.64%
GREEN value IS 197 (77.34% from 255) = 33.68%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=25.64%
G=33.68%
B=40.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501972380.370.1700.07207.9572.1376.08
Hex96C5EE251107d0484c
Octal226305356452107320110114
Binary1001011011000101111011101001011000101111101000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96C5EE; }

 p { color: rgb(150,197,238); }

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

<style>
 a { background-color: #96C5EE; }

 a { background-color: rgb(150,197,238); }

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

<style>
 span { border-color: #96C5EE; }

 span { border-color: rgb(150,197,238); }

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