Html Css Color HEX #99EDDB Ice Cold

📋 copy color: '#99EDDB'

red 153 ◦ green 237 ◦ blue 219

#99EDDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #99EDDB

Tints of Ice Cold #99EDDB

RGB

 RED value IS 153 (60.16% from 255) = 25.12%

 GREEN value IS 237 (92.97% from 255) = 38.92%

 BLUE value IS 219 (85.94% from 255) = 35.96%

R = 25.12%
G = 38.92%
B = 35.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#99EDDB (or 0x99EDDB) is known color: Ice Cold. HEX triplet: 99, ED and DB. RGB value is (153,237,219). Sum of RGB (Red+Green+Blue) = 153+237+219=609 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.12% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EDDB is #661224. Grayscale: #D1D1D1. Windows color (decimal): -6689317 or 14413209. OLE color: 14413209.

HSL color Cylindrical-coordinate representation of color #99EDDB: hue angle of 167.14º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EDDB is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 237 219 -
CMYK 0.35 0 0.08 0.07
HSL 167.14º 0.7% 0.76% -
HSV(B) 167.14º 0.35% 0.93% -
XYZ 56.21 72.46 78.04 -
YUV 209.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 153 237 219 0.35 0 0.08 0.07 167.14 0.7 0.76
Hex 99 ED DB 23 0 8 7 A7 46 4C
Octal 231 355 333 43 0 10 7 247 106 114
Binary 10011001 11101101 11011011 100011 0 1000 111 10100111 1000110 1001100

Color Harmonies of #99EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EDDB

Black with #99EDDB

Text Example


Text Example

White with #99EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,237,219); }

 H1.HeaderClassName
 {
   color: #99EDDB;
 }
 .AnyTagClassName
 {
   color: #99EDDB;
 }
</style>

background-color css

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

 a { background-color: rgb(153,237,219); }

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

border-color css

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

 span { border-color: rgb(153,237,219); }

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