Html Css Color HEX #A0ECDD Ice Cold

📋 copy color: '#A0ECDD'

red 160 ◦ green 236 ◦ blue 221

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

Shades of Ice Cold #A0ECDD

Tints of Ice Cold #A0ECDD

RGB

 RED value IS 160 (62.89% from 255) = 25.93%

 GREEN value IS 236 (92.58% from 255) = 38.25%

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

R = 25.93%
G = 38.25%
B = 35.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#A0ECDD (or 0xA0ECDD) is known color: Ice Cold. HEX triplet: A0, EC and DD. RGB value is (160,236,221). Sum of RGB (Red+Green+Blue) = 160+236+221=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECDD is #5F1322. Grayscale: #D3D3D3. Windows color (decimal): -6230819 or 14544032. OLE color: 14544032.

HSL color Cylindrical-coordinate representation of color #A0ECDD: hue angle of 168.16º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0ECDD is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 236 221 -
CMYK 0.32 0 0.06 0.07
HSL 168.16º 0.67% 0.78% -
HSV(B) 168.16º 0.32% 0.93% -
XYZ 57.54 72.68 79.4 -
YUV 211.57 133.32 91.22 -
System Red Green Blue C M Y K H S L
Decimal 160 236 221 0.32 0 0.06 0.07 168.16 0.67 0.78
Hex A0 EC DD 20 0 6 7 A8 43 4E
Octal 240 354 335 40 0 6 7 250 103 116
Binary 10100000 11101100 11011101 100000 0 110 111 10101000 1000011 1001110

Color Harmonies of #A0ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ECDD

Black with #A0ECDD

Text Example


Text Example

White with #A0ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ECDD; }

 p { color: rgb(160,236,221); }

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

background-color css

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

 a { background-color: rgb(160,236,221); }

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

border-color css

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

 span { border-color: rgb(160,236,221); }

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