Html Css Color HEX #9AEADA Ice Cold

📋 copy color: '#9AEADA'

red 154 ◦ green 234 ◦ blue 218

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

Shades of Ice Cold #9AEADA

Tints of Ice Cold #9AEADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.97%

R = 25.41%
G = 38.61%
B = 35.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#9AEADA (or 0x9AEADA) is known color: Ice Cold. HEX triplet: 9A, EA and DA. RGB value is (154,234,218). Sum of RGB (Red+Green+Blue) = 154+234+218=606 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.41% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEADA is #651525. Grayscale: #D0D0D0. Windows color (decimal): -6624550 or 14346906. OLE color: 14346906.

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

Color convert

RGB 154 234 218 -
CMYK 0.34 0 0.07 0.08
HSL 168º 0.66% 0.76% -
HSV(B) 168º 0.34% 0.92% -
XYZ 55.4 70.78 77.07 -
YUV 208.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 154 234 218 0.34 0 0.07 0.08 168 0.66 0.76
Hex 9A EA DA 22 0 7 8 A8 42 4C
Octal 232 352 332 42 0 7 10 250 102 114
Binary 10011010 11101010 11011010 100010 0 111 1000 10101000 1000010 1001100

Color Harmonies of #9AEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEADA

Black with #9AEADA

Text Example


Text Example

White with #9AEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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