#99EBDF

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

Shades of Ice Cold #99EBDF

Tints of Ice Cold #99EBDF

Color information

#99EBDF (or 0x99EBDF) is unknown color: approx Ice Cold. HEX triplet: 99, EB and DF. RGB value is (153,235,223). Sum of RGB (Red+Green+Blue) = 153+235+223=611 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.04% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBDF is #661420. Grayscale: #D1D1D1. Windows color (decimal): -6689825 or 14674841. OLE color: 14674841.

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

Color convert

RGB153235223-
CMYK0.3500.050.08
HSL171.22º67.21%76.08%-
HSV(B)171.22º34.89%92.16%-
XYZ56.1671.5280.66-
YUV209.11135.8387.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.04%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 223 (87.5% from 255) = 36.50%
R=25.04%
G=38.46%
B=36.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532352230.3500.050.08171.2267.2176.08
Hex99EBDF23058ab434c
Octal231353337430510253103114
Binary100110011110101111011111100011010110001010101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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