#99EBDA

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

Shades of Ice Cold #99EBDA

Tints of Ice Cold #99EBDA

Color information

#99EBDA (or 0x99EBDA) is unknown color: approx Ice Cold. HEX triplet: 99, EB and DA. RGB value is (153,235,218). Sum of RGB (Red+Green+Blue) = 153+235+218=606 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.25% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBDA is #661425. Grayscale: #D0D0D0. Windows color (decimal): -6689830 or 14347161. OLE color: 14347161.

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

Color convert

RGB153235218-
CMYK0.3500.070.08
HSL167.56º67.21%76.08%-
HSV(B)167.56º34.89%92.16%-
XYZ55.571.2577.16-
YUV208.54133.3388.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.25%
GREEN value IS 235 (92.19% from 255) = 38.78%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=25.25%
G=38.78%
B=35.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532352180.3500.070.08167.5667.2176.08
Hex99EBDA23078a8434c
Octal231353332430710250103114
Binary100110011110101111011010100011011110001010100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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