#99CDE6

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

Shades of Cornflower #99CDE6

Tints of Cornflower #99CDE6

Color information

#99CDE6 (or 0x99CDE6) is unknown color: approx Cornflower. HEX triplet: 99, CD and E6. RGB value is (153,205,230). Sum of RGB (Red+Green+Blue) = 153+205+230=588 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.02% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #99CDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CDE6 is #663219. Grayscale: #C0C0C0. Windows color (decimal): -6697498 or 15125913. OLE color: 15125913.

HSL color Cylindrical-coordinate representation of color #99CDE6: hue angle of 199.48º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99CDE6 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB153205230-
CMYK0.330.1100.10
HSL199.48º60.63%75.1%-
HSV(B)199.48º33.48%90.2%-
XYZ49.2556.1583.1-
YUV192.3149.2799.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.02%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 230 (90.23% from 255) = 39.12%
R=26.02%
G=34.86%
B=39.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1532052300.330.1100.10199.4860.6375.1
Hex99CDE621B0Ac73d4b
Octal231315346411301230775113
Binary100110011100110111100110100001101101010110001111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,205,230); }

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

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

 a { background-color: rgb(153,205,230); }

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

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

 span { border-color: rgb(153,205,230); }

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