#96CFF0

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

Shades of Cornflower #96CFF0

Tints of Cornflower #96CFF0

Color information

#96CFF0 (or 0x96CFF0) is unknown color: approx Cornflower. HEX triplet: 96, CF and F0. RGB value is (150,207,240). Sum of RGB (Red+Green+Blue) = 150+207+240=597 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.13% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #96CFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CFF0 is #69300F. Grayscale: #C1C1C1. Windows color (decimal): -6893584 or 15781782. OLE color: 15781782.

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

Color convert

RGB150207240-
CMYK0.370.1400.06
HSL202º75%76.47%-
HSV(B)202º37.5%94.12%-
XYZ50.6257.490.85-
YUV193.72154.1296.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.13%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 240 (94.14% from 255) = 40.20%
R=25.13%
G=34.67%
B=40.20%

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
Decimal1502072400.370.1400.062027576.47
Hex96CFF025E06ca4b4c
Octal226317360451606312113114
Binary100101101100111111110000100101111001101100101010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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