Html Css Color HEX #ABEADE Ice Cold

📋 copy color: '#ABEADE'

red 171 ◦ green 234 ◦ blue 222

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

Shades of Ice Cold #ABEADE

Tints of Ice Cold #ABEADE

RGB

 RED value IS 171 (67.19% from 255) = 27.27%

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

 BLUE value IS 222 (87.11% from 255) = 35.41%

R = 27.27%
G = 37.32%
B = 35.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#ABEADE (or 0xABEADE) is known color: Ice Cold. HEX triplet: AB, EA and DE. RGB value is (171,234,222). Sum of RGB (Red+Green+Blue) = 171+234+222=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEADE is #541521. Grayscale: #D5D5D5. Windows color (decimal): -5510434 or 14609067. OLE color: 14609067.

HSL color Cylindrical-coordinate representation of color #ABEADE: hue angle of 168.57º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEADE is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 234 222 -
CMYK 0.27 0 0.05 0.08
HSL 168.57º 0.6% 0.79% -
HSV(B) 168.57º 0.27% 0.92% -
XYZ 59.4 72.78 80.02 -
YUV 213.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 171 234 222 0.27 0 0.05 0.08 168.57 0.6 0.79
Hex AB EA DE 1B 0 5 8 A9 3C 4F
Octal 253 352 336 33 0 5 10 251 74 117
Binary 10101011 11101010 11011110 11011 0 101 1000 10101001 111100 1001111

Color Harmonies of #ABEADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEADE

Black with #ABEADE

Text Example


Text Example

White with #ABEADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEADE; }

 p { color: rgb(171,234,222); }

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

background-color css

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

 a { background-color: rgb(171,234,222); }

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

border-color css

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

 span { border-color: rgb(171,234,222); }

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