#99C7EB

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

Shades of Cornflower #99C7EB

Tints of Cornflower #99C7EB

Color information

#99C7EB (or 0x99C7EB) is unknown color: approx Cornflower. HEX triplet: 99, C7 and EB. RGB value is (153,199,235). Sum of RGB (Red+Green+Blue) = 153+199+235=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #99C7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C7EB is #663814. Grayscale: #BDBDBD. Windows color (decimal): -6699029 or 15452057. OLE color: 15452057.

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

Color convert

RGB153199235-
CMYK0.350.1500.08
HSL206.34º67.21%76.08%-
HSV(B)206.34º34.89%92.16%-
XYZ48.5653.6286.39-
YUV189.35153.76102.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.06%
GREEN value IS 199 (78.12% from 255) = 33.90%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=26.06%
G=33.90%
B=40.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531992350.350.1500.08206.3467.2176.08
Hex99C7EB23F08ce434c
Octal2313073534317010316103114
Binary1001100111000111111010111000111111010001100111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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