#99CAEB

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

Shades of Cornflower #99CAEB

Tints of Cornflower #99CAEB

Color information

#99CAEB (or 0x99CAEB) is unknown color: approx Cornflower. HEX triplet: 99, CA and EB. RGB value is (153,202,235). Sum of RGB (Red+Green+Blue) = 153+202+235=590 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.93% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #99CAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CAEB is #663514. Grayscale: #BEBEBE. Windows color (decimal): -6698261 or 15452825. OLE color: 15452825.

HSL color Cylindrical-coordinate representation of color #99CAEB: hue angle of 204.15º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99CAEB is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153202235-
CMYK0.350.1400.08
HSL204.15º67.21%76.08%-
HSV(B)204.15º34.89%92.16%-
XYZ49.2555.0186.62-
YUV191.11152.77100.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.93%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=25.93%
G=34.24%
B=39.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532022350.350.1400.08204.1567.2176.08
Hex99CAEB23E08cc434c
Octal2313123534316010314103114
Binary1001100111001010111010111000111110010001100110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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