Html Css Color HEX #9AE8DB Ice Cold

📋 copy color: '#9AE8DB'

red 154 ◦ green 232 ◦ blue 219

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

Shades of Ice Cold #9AE8DB

Tints of Ice Cold #9AE8DB

RGB

 RED value IS 154 (60.55% from 255) = 25.45%

 GREEN value IS 232 (91.02% from 255) = 38.35%

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

R = 25.45%
G = 38.35%
B = 36.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#9AE8DB (or 0x9AE8DB) is known color: Ice Cold. HEX triplet: 9A, E8 and DB. RGB value is (154,232,219). Sum of RGB (Red+Green+Blue) = 154+232+219=605 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.45% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 232 - color contains mainly: green. Hex color #9AE8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AE8DB is #651724. Grayscale: #CFCFCF. Windows color (decimal): -6625061 or 14411930. OLE color: 14411930.

HSL color Cylindrical-coordinate representation of color #9AE8DB: hue angle of 170º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AE8DB is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 154 232 219 -
CMYK 0.34 0 0.06 0.09
HSL 170º 0.63% 0.76% -
HSV(B) 170º 0.34% 0.91% -
XYZ 54.97 69.7 77.57 -
YUV 207.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 154 232 219 0.34 0 0.06 0.09 170 0.63 0.76
Hex 9A E8 DB 22 0 6 9 AA 3F 4C
Octal 232 350 333 42 0 6 11 252 77 114
Binary 10011010 11101000 11011011 100010 0 110 1001 10101010 111111 1001100

Color Harmonies of #9AE8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE8DB

Black with #9AE8DB

Text Example


Text Example

White with #9AE8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AE8DB; }

 p { color: rgb(154,232,219); }

 H1.HeaderClassName
 {
   color: #9AE8DB;
 }
 .AnyTagClassName
 {
   color: #9AE8DB;
 }
</style>

background-color css

<style>
 a { background-color: #9AE8DB; }

 a { background-color: rgb(154,232,219); }

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

border-color css

<style>
 span { border-color: #9AE8DB; }

 span { border-color: rgb(154,232,219); }

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