#99CFED

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

Shades of Cornflower #99CFED

Tints of Cornflower #99CFED

Color information

#99CFED (or 0x99CFED) is unknown color: approx Cornflower. HEX triplet: 99, CF and ED. RGB value is (153,207,237). Sum of RGB (Red+Green+Blue) = 153+207+237=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #99CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CFED is #663012. Grayscale: #C2C2C2. Windows color (decimal): -6696979 or 15585177. OLE color: 15585177.

HSL color Cylindrical-coordinate representation of color #99CFED: hue angle of 201.43º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99CFED is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153207237-
CMYK0.350.1300.07
HSL201.43º70%76.47%-
HSV(B)201.43º35.44%92.94%-
XYZ50.7457.5188.55-
YUV194.27152.1198.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.63%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=25.63%
G=34.67%
B=39.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532072370.350.1300.07201.437076.47
Hex99CFED23D07c9464c
Octal231317355431507311106114
Binary100110011100111111101101100011110101111100100110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,207,237); }

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

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

 a { background-color: rgb(153,207,237); }

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

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

 span { border-color: rgb(153,207,237); }

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