#96CAF3

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

Shades of Cornflower #96CAF3

Tints of Cornflower #96CAF3

Color information

#96CAF3 (or 0x96CAF3) is unknown color: approx Cornflower. HEX triplet: 96, CA and F3. RGB value is (150,202,243). Sum of RGB (Red+Green+Blue) = 150+202+243=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #96CAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CAF3 is #69350C. Grayscale: #BEBEBE. Windows color (decimal): -6894861 or 15977110. OLE color: 15977110.

HSL color Cylindrical-coordinate representation of color #96CAF3: hue angle of 206.45º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96CAF3 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150202243-
CMYK0.380.1700.05
HSL206.45º79.49%77.06%-
HSV(B)206.45º38.27%95.29%-
XYZ49.8855.292.82-
YUV191.13157.2798.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.21%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 243 (95.31% from 255) = 40.84%
R=25.21%
G=33.95%
B=40.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502022430.380.1700.05206.4579.4977.06
Hex96CAF3261105ce4f4d
Octal226312363462105316117115
Binary1001011011001010111100111001101000101011100111010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,202,243); }

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

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

 a { background-color: rgb(150,202,243); }

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

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

 span { border-color: rgb(150,202,243); }

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