#96D6ED

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

Shades of Cornflower #96D6ED

Tints of Cornflower #96D6ED

Color information

#96D6ED (or 0x96D6ED) is unknown color: approx Cornflower. HEX triplet: 96, D6 and ED. RGB value is (150,214,237). Sum of RGB (Red+Green+Blue) = 150+214+237=601 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.96% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #96D6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D6ED is #692912. Grayscale: #C5C5C5. Windows color (decimal): -6891795 or 15586966. OLE color: 15586966.

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

Color convert

RGB150214237-
CMYK0.370.1000.07
HSL195.86º70.73%75.88%-
HSV(B)195.86º36.71%92.94%-
XYZ51.9160.6989.1-
YUV197.49150.394.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.96%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=24.96%
G=35.61%
B=39.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502142370.370.1000.07195.8670.7375.88
Hex96D6ED25A07c4474c
Octal226326355451207304107114
Binary100101101101011011101101100101101001111100010010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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