Html Css Color HEX #9AEADD Ice Cold

📋 copy color: '#9AEADD'

red 154 ◦ green 234 ◦ blue 221

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

Shades of Ice Cold #9AEADD

Tints of Ice Cold #9AEADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.29%

R = 25.29%
G = 38.42%
B = 36.29%

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

#9AEADD (or 0x9AEADD) is known color: Ice Cold. HEX triplet: 9A, EA and DD. RGB value is (154,234,221). Sum of RGB (Red+Green+Blue) = 154+234+221=609 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.29% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEADD is #651522. Grayscale: #D0D0D0. Windows color (decimal): -6624547 or 14543514. OLE color: 14543514.

HSL color Cylindrical-coordinate representation of color #9AEADD: hue angle of 170.25º 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 #9AEADD is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 234 221 -
CMYK 0.34 0 0.06 0.08
HSL 170.25º 0.66% 0.76% -
HSV(B) 170.25º 0.34% 0.92% -
XYZ 55.8 70.94 79.16 -
YUV 208.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 154 234 221 0.34 0 0.06 0.08 170.25 0.66 0.76
Hex 9A EA DD 22 0 6 8 AA 42 4C
Octal 232 352 335 42 0 6 10 252 102 114
Binary 10011010 11101010 11011101 100010 0 110 1000 10101010 1000010 1001100

Color Harmonies of #9AEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEADD

Black with #9AEADD

Text Example


Text Example

White with #9AEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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