#99EBDE

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

Shades of Ice Cold #99EBDE

Tints of Ice Cold #99EBDE

Color information

#99EBDE (or 0x99EBDE) is unknown color: approx Ice Cold. HEX triplet: 99, EB and DE. RGB value is (153,235,222). Sum of RGB (Red+Green+Blue) = 153+235+222=610 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.08% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBDE is #661421. Grayscale: #D0D0D0. Windows color (decimal): -6689826 or 14609305. OLE color: 14609305.

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

Color convert

RGB153235222-
CMYK0.3500.060.08
HSL170.49º67.21%76.08%-
HSV(B)170.49º34.89%92.16%-
XYZ56.0371.4679.95-
YUV209135.3388.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.08%
GREEN value IS 235 (92.19% from 255) = 38.52%
BLUE value IS 222 (87.11% from 255) = 36.39%
R=25.08%
G=38.52%
B=36.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532352220.3500.060.08170.4967.2176.08
Hex99EBDE23068aa434c
Octal231353336430610252103114
Binary100110011110101111011110100011011010001010101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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