#99CBF1

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

Shades of Cornflower #99CBF1

Tints of Cornflower #99CBF1

Color information

#99CBF1 (or 0x99CBF1) is unknown color: approx Cornflower. HEX triplet: 99, CB and F1. RGB value is (153,203,241). Sum of RGB (Red+Green+Blue) = 153+203+241=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #99CBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CBF1 is #66340E. Grayscale: #C0C0C0. Windows color (decimal): -6697999 or 15846297. OLE color: 15846297.

HSL color Cylindrical-coordinate representation of color #99CBF1: hue angle of 205.91º 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 #99CBF1 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153203241-
CMYK0.370.1600.05
HSL205.91º75.86%77.25%-
HSV(B)205.91º36.51%94.51%-
XYZ50.3755.8491.34-
YUV192.38155.4499.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.63%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 241 (94.53% from 255) = 40.37%
R=25.63%
G=34.00%
B=40.37%

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
Decimal1532032410.370.1600.05205.9175.8677.25
Hex99CBF1251005ce4c4d
Octal231313361452005316114115
Binary1001100111001011111100011001011000001011100111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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