#96C5ED

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

Shades of Cornflower #96C5ED

Tints of Cornflower #96C5ED

Color information

#96C5ED (or 0x96C5ED) is unknown color: approx Cornflower. HEX triplet: 96, C5 and ED. RGB value is (150,197,237). Sum of RGB (Red+Green+Blue) = 150+197+237=584 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.68% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #96C5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C5ED is #693A12. Grayscale: #BBBBBB. Windows color (decimal): -6896147 or 15582614. OLE color: 15582614.

HSL color Cylindrical-coordinate representation of color #96C5ED: hue angle of 207.59º degrees, saturation: 0.71, 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 #96C5ED is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150197237-
CMYK0.370.1700.07
HSL207.59º70.73%75.88%-
HSV(B)207.59º36.71%92.94%-
XYZ47.8352.5387.74-
YUV187.51155.93101.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.68%
GREEN value IS 197 (77.34% from 255) = 33.73%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=25.68%
G=33.73%
B=40.58%

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
Decimal1501972370.370.1700.07207.5970.7375.88
Hex96C5ED251107d0474c
Octal226305355452107320107114
Binary1001011011000101111011011001011000101111101000010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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