#99CBEB

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

Shades of Cornflower #99CBEB

Tints of Cornflower #99CBEB

Color information

#99CBEB (or 0x99CBEB) is unknown color: approx Cornflower. HEX triplet: 99, CB and EB. RGB value is (153,203,235). Sum of RGB (Red+Green+Blue) = 153+203+235=591 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.89% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #99CBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CBEB is #663414. Grayscale: #BFBFBF. Windows color (decimal): -6698005 or 15453081. OLE color: 15453081.

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

Color convert

RGB153203235-
CMYK0.350.1400.08
HSL203.41º67.21%76.08%-
HSV(B)203.41º34.89%92.16%-
XYZ49.4955.4886.7-
YUV191.7152.44100.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.89%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=25.89%
G=34.35%
B=39.76%

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
Decimal1532032350.350.1400.08203.4167.2176.08
Hex99CBEB23E08cb434c
Octal2313133534316010313103114
Binary1001100111001011111010111000111110010001100101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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