Html Css Color HEX #99EBDB Ice Cold

📋 copy color: '#99EBDB'

red 153 ◦ green 235 ◦ blue 219

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

Shades of Ice Cold #99EBDB

Tints of Ice Cold #99EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.71%

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

R = 25.21%
G = 38.71%
B = 36.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#99EBDB (or 0x99EBDB) is known color: Ice Cold. HEX triplet: 99, EB and DB. RGB value is (153,235,219). Sum of RGB (Red+Green+Blue) = 153+235+219=607 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.21% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBDB is #661424. Grayscale: #D0D0D0. Windows color (decimal): -6689829 or 14412697. OLE color: 14412697.

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

Color convert

RGB 153 235 219 -
CMYK 0.35 0 0.07 0.08
HSL 168.29º 0.67% 0.76% -
HSV(B) 168.29º 0.35% 0.92% -
XYZ 55.63 71.3 77.85 -
YUV 208.66 133.83 88.3 -
System Red Green Blue C M Y K H S L
Decimal 153 235 219 0.35 0 0.07 0.08 168.29 0.67 0.76
Hex 99 EB DB 23 0 7 8 A8 43 4C
Octal 231 353 333 43 0 7 10 250 103 114
Binary 10011001 11101011 11011011 100011 0 111 1000 10101000 1000011 1001100

Color Harmonies of #99EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EBDB

Black with #99EBDB

Text Example


Text Example

White with #99EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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