Html Css Color HEX #ABEADA Ice Cold

📋 copy color: '#ABEADA'

red 171 ◦ green 234 ◦ blue 218

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

Shades of Ice Cold #ABEADA

Tints of Ice Cold #ABEADA

RGB

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

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

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

R = 27.45%
G = 37.56%
B = 34.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#ABEADA (or 0xABEADA) is known color: Ice Cold. HEX triplet: AB, EA and DA. RGB value is (171,234,218). Sum of RGB (Red+Green+Blue) = 171+234+218=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEADA is #541525. Grayscale: #D5D5D5. Windows color (decimal): -5510438 or 14346923. OLE color: 14346923.

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

Color convert

RGB 171 234 218 -
CMYK 0.27 0 0.07 0.08
HSL 164.76º 0.6% 0.79% -
HSV(B) 164.76º 0.27% 0.92% -
XYZ 58.87 72.57 77.23 -
YUV 213.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 171 234 218 0.27 0 0.07 0.08 164.76 0.6 0.79
Hex AB EA DA 1B 0 7 8 A5 3C 4F
Octal 253 352 332 33 0 7 10 245 74 117
Binary 10101011 11101010 11011010 11011 0 111 1000 10100101 111100 1001111

Color Harmonies of #ABEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEADA

Black with #ABEADA

Text Example


Text Example

White with #ABEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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