#96CEF0

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

Shades of Cornflower #96CEF0

Tints of Cornflower #96CEF0

Color information

#96CEF0 (or 0x96CEF0) is unknown color: approx Cornflower. HEX triplet: 96, CE and F0. RGB value is (150,206,240). Sum of RGB (Red+Green+Blue) = 150+206+240=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #96CEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CEF0 is #69310F. Grayscale: #C0C0C0. Windows color (decimal): -6893840 or 15781526. OLE color: 15781526.

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

Color convert

RGB150206240-
CMYK0.370.1400.06
HSL202.67º75%76.47%-
HSV(B)202.67º37.5%94.12%-
XYZ50.3856.9290.77-
YUV193.13154.4597.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.17%
GREEN value IS 206 (80.86% from 255) = 34.56%
BLUE value IS 240 (94.14% from 255) = 40.27%
R=25.17%
G=34.56%
B=40.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502062400.370.1400.06202.677576.47
Hex96CEF025E06cb4b4c
Octal226316360451606313113114
Binary100101101100111011110000100101111001101100101110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,206,240); }

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

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

 a { background-color: rgb(150,206,240); }

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

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

 span { border-color: rgb(150,206,240); }

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