#96d5f0

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

Shades of Cornflower #96D5F0

Tints of Cornflower #96D5F0

Color information

#96D5F0 (or 0x96D5F0) is unknown color: approx Cornflower. HEX triplet: 96, D5 and F0. RGB value is (150,213,240). Sum of RGB (Red+Green+Blue) = 150+213+240=603 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.88% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #96D5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D5F0 is #692A0F. Grayscale: #C5C5C5. Windows color (decimal): -6892048 or 15783318. OLE color: 15783318.

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

Color convert

RGB150213240-
CMYK0.370.1100.06
HSL198º75%76.47%-
HSV(B)198º37.5%94.12%-
XYZ52.160.3691.34-
YUV197.24152.1394.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.88%
GREEN value IS 213 (83.59% from 255) = 35.32%
BLUE value IS 240 (94.14% from 255) = 39.80%
R=24.88%
G=35.32%
B=39.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502132400.370.1100.061987576.47
Hex96D5F025B06c64b4c
Octal226325360451306306113114
Binary100101101101010111110000100101101101101100011010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96d5f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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