Html Css Color HEX #9AEADC Ice Cold

📋 copy color: '#9AEADC'

red 154 ◦ green 234 ◦ blue 220

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

Shades of Ice Cold #9AEADC

Tints of Ice Cold #9AEADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.49%

 BLUE value IS 220 (86.33% from 255) = 36.18%

R = 25.33%
G = 38.49%
B = 36.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#9AEADC (or 0x9AEADC) is known color: Ice Cold. HEX triplet: 9A, EA and DC. RGB value is (154,234,220). Sum of RGB (Red+Green+Blue) = 154+234+220=608 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.33% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEADC is #651523. Grayscale: #D0D0D0. Windows color (decimal): -6624548 or 14477978. OLE color: 14477978.

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

Color convert

RGB 154 234 220 -
CMYK 0.34 0 0.06 0.08
HSL 169.5º 0.66% 0.76% -
HSV(B) 169.5º 0.34% 0.92% -
XYZ 55.67 70.88 78.46 -
YUV 208.48 134.5 89.14 -
System Red Green Blue C M Y K H S L
Decimal 154 234 220 0.34 0 0.06 0.08 169.5 0.66 0.76
Hex 9A EA DC 22 0 6 8 AA 42 4C
Octal 232 352 334 42 0 6 10 252 102 114
Binary 10011010 11101010 11011100 100010 0 110 1000 10101010 1000010 1001100

Color Harmonies of #9AEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEADC

Black with #9AEADC

Text Example


Text Example

White with #9AEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,234,220); }

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

background-color css

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

 a { background-color: rgb(154,234,220); }

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

border-color css

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

 span { border-color: rgb(154,234,220); }

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