#99D7EB

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

Shades of Cornflower #99D7EB

Tints of Cornflower #99D7EB

Color information

#99D7EB (or 0x99D7EB) is unknown color: approx Cornflower. HEX triplet: 99, D7 and EB. RGB value is (153,215,235). Sum of RGB (Red+Green+Blue) = 153+215+235=603 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.37% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #99D7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D7EB is #662814. Grayscale: #C6C6C6. Windows color (decimal): -6694933 or 15456153. OLE color: 15456153.

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

Color convert

RGB153215235-
CMYK0.350.0900.08
HSL194.63º67.21%76.08%-
HSV(B)194.63º34.89%92.16%-
XYZ52.4361.3787.68-
YUV198.74148.4695.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.37%
GREEN value IS 215 (84.38% from 255) = 35.66%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=25.37%
G=35.66%
B=38.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532152350.350.0900.08194.6367.2176.08
Hex99D7EB23908c3434c
Octal2313273534311010303103114
Binary1001100111010111111010111000111001010001100001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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