#99EBE0

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

Shades of Ice Cold #99EBE0

Tints of Ice Cold #99EBE0

Color information

#99EBE0 (or 0x99EBE0) is unknown color: approx Ice Cold. HEX triplet: 99, EB and E0. RGB value is (153,235,224). Sum of RGB (Red+Green+Blue) = 153+235+224=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBE0 is #66141F. Grayscale: #D1D1D1. Windows color (decimal): -6689824 or 14740377. OLE color: 14740377.

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

Color convert

RGB153235224-
CMYK0.3500.050.08
HSL171.95º67.21%76.08%-
HSV(B)171.95º34.89%92.16%-
XYZ56.371.5781.37-
YUV209.23136.3387.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 224 (87.89% from 255) = 36.60%
R=25%
G=38.40%
B=36.60%

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
Decimal1532352240.3500.050.08171.9567.2176.08
Hex99EBE023058ac434c
Octal231353340430510254103114
Binary100110011110101111100000100011010110001010110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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