#99CAF0

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

Shades of Cornflower #99CAF0

Tints of Cornflower #99CAF0

Color information

#99CAF0 (or 0x99CAF0) is unknown color: approx Cornflower. HEX triplet: 99, CA and F0. RGB value is (153,202,240). Sum of RGB (Red+Green+Blue) = 153+202+240=595 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.71% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #99CAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CAF0 is #66350F. Grayscale: #BFBFBF. Windows color (decimal): -6698256 or 15780505. OLE color: 15780505.

HSL color Cylindrical-coordinate representation of color #99CAF0: hue angle of 206.21º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99CAF0 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153202240-
CMYK0.360.1600.06
HSL206.21º74.36%77.06%-
HSV(B)206.21º36.25%94.12%-
XYZ49.9955.390.48-
YUV191.68155.27100.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.71%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 240 (94.14% from 255) = 40.34%
R=25.71%
G=33.95%
B=40.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532022400.360.1600.06206.2174.3677.06
Hex99CAF0241006ce4a4d
Octal231312360442006316112115
Binary1001100111001010111100001001001000001101100111010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CAF0; }

 p { color: rgb(153,202,240); }

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

<style>
 a { background-color: #99CAF0; }

 a { background-color: rgb(153,202,240); }

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

<style>
 span { border-color: #99CAF0; }

 span { border-color: rgb(153,202,240); }

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