#96C1EC

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

Shades of Cornflower #96C1EC

Tints of Cornflower #96C1EC

Color information

#96C1EC (or 0x96C1EC) is unknown color: approx Cornflower. HEX triplet: 96, C1 and EC. RGB value is (150,193,236). Sum of RGB (Red+Green+Blue) = 150+193+236=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #96C1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C1EC is #693E13. Grayscale: #B8B8B8. Windows color (decimal): -6897172 or 15516054. OLE color: 15516054.

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

Color convert

RGB150193236-
CMYK0.360.1800.07
HSL210º69.35%75.69%-
HSV(B)210º36.44%92.55%-
XYZ46.7950.6886.67-
YUV185.04156.75103-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.91%
GREEN value IS 193 (75.78% from 255) = 33.33%
BLUE value IS 236 (92.58% from 255) = 40.76%
R=25.91%
G=33.33%
B=40.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501932360.360.1800.0721069.3575.69
Hex96C1EC241207d2454c
Octal226301354442207322105114
Binary1001011011000001111011001001001001001111101001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,193,236); }

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

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

 a { background-color: rgb(150,193,236); }

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

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

 span { border-color: rgb(150,193,236); }

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