#99CAF1

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

Shades of Cornflower #99CAF1

Tints of Cornflower #99CAF1

Color information

#99CAF1 (or 0x99CAF1) is unknown color: approx Cornflower. HEX triplet: 99, CA and F1. RGB value is (153,202,241). Sum of RGB (Red+Green+Blue) = 153+202+241=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #99CAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CAF1 is #66350E. Grayscale: #BFBFBF. Windows color (decimal): -6698255 or 15846041. OLE color: 15846041.

HSL color Cylindrical-coordinate representation of color #99CAF1: hue angle of 206.59º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99CAF1 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153202241-
CMYK0.370.1600.05
HSL206.59º75.86%77.25%-
HSV(B)206.59º36.51%94.51%-
XYZ50.1355.3691.26-
YUV191.8155.77100.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.67%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=25.67%
G=33.89%
B=40.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1532022410.370.1600.05206.5975.8677.25
Hex99CAF1251005cf4c4d
Octal231312361452005317114115
Binary1001100111001010111100011001011000001011100111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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