#99CBED

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

Shades of Cornflower #99CBED

Tints of Cornflower #99CBED

Color information

#99CBED (or 0x99CBED) is unknown color: approx Cornflower. HEX triplet: 99, CB and ED. RGB value is (153,203,237). Sum of RGB (Red+Green+Blue) = 153+203+237=593 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.80% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #99CBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CBED is #663412. Grayscale: #BFBFBF. Windows color (decimal): -6698003 or 15584153. OLE color: 15584153.

HSL color Cylindrical-coordinate representation of color #99CBED: hue angle of 204.29º 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 #99CBED is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153203237-
CMYK0.350.1400.07
HSL204.29º70%76.47%-
HSV(B)204.29º35.44%92.94%-
XYZ49.7855.688.23-
YUV191.93153.44100.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.80%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 237 (92.97% from 255) = 39.97%
R=25.80%
G=34.23%
B=39.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532032370.350.1400.07204.297076.47
Hex99CBED23E07cc464c
Octal231313355431607314106114
Binary100110011100101111101101100011111001111100110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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