Html Css Color HEX #9AE7DB Ice Cold

📋 copy color: '#9AE7DB'

red 154 ◦ green 231 ◦ blue 219

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

Shades of Ice Cold #9AE7DB

Tints of Ice Cold #9AE7DB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.25%

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

R = 25.5%
G = 38.25%
B = 36.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#9AE7DB (or 0x9AE7DB) is known color: Ice Cold. HEX triplet: 9A, E7 and DB. RGB value is (154,231,219). Sum of RGB (Red+Green+Blue) = 154+231+219=604 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.50% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 231 - color contains mainly: green. Hex color #9AE7DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AE7DB is #651824. Grayscale: #CECECE. Windows color (decimal): -6625317 or 14411674. OLE color: 14411674.

HSL color Cylindrical-coordinate representation of color #9AE7DB: hue angle of 170.65º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AE7DB is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 154 231 219 -
CMYK 0.33 0 0.05 0.09
HSL 170.65º 0.62% 0.75% -
HSV(B) 170.65º 0.33% 0.91% -
XYZ 54.69 69.14 77.48 -
YUV 206.61 134.99 90.48 -
System Red Green Blue C M Y K H S L
Decimal 154 231 219 0.33 0 0.05 0.09 170.65 0.62 0.75
Hex 9A E7 DB 21 0 5 9 AB 3E 4B
Octal 232 347 333 41 0 5 11 253 76 113
Binary 10011010 11100111 11011011 100001 0 101 1001 10101011 111110 1001011

Color Harmonies of #9AE7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE7DB

Black with #9AE7DB

Text Example


Text Example

White with #9AE7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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