#96BDEF

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

Shades of Cornflower #96BDEF

Tints of Cornflower #96BDEF

Color information

#96BDEF (or 0x96BDEF) is unknown color: approx Cornflower. HEX triplet: 96, BD and EF. RGB value is (150,189,239). Sum of RGB (Red+Green+Blue) = 150+189+239=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #96BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BDEF is #694210. Grayscale: #B6B6B6. Windows color (decimal): -6898193 or 15711638. OLE color: 15711638.

HSL color Cylindrical-coordinate representation of color #96BDEF: hue angle of 213.71º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96BDEF is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150189239-
CMYK0.370.2100.06
HSL213.71º73.55%76.27%-
HSV(B)213.71º37.24%93.73%-
XYZ46.3649.1188.7-
YUV183.04159.58104.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.95%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=25.95%
G=32.70%
B=41.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1501892390.370.2100.06213.7173.5576.27
Hex96BDEF251506d64a4c
Octal226275357452506326112114
Binary1001011010111101111011111001011010101101101011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,189,239); }

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

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

 a { background-color: rgb(150,189,239); }

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

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

 span { border-color: rgb(150,189,239); }

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