Html Css Color HEX #ABEBDA Ice Cold

📋 copy color: '#ABEBDA'

red 171 ◦ green 235 ◦ blue 218

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

Shades of Ice Cold #ABEBDA

Tints of Ice Cold #ABEBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.66%

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

R = 27.4%
G = 37.66%
B = 34.94%

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

#ABEBDA (or 0xABEBDA) is known color: Ice Cold. HEX triplet: AB, EB and DA. RGB value is (171,235,218). Sum of RGB (Red+Green+Blue) = 171+235+218=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBDA is #541425. Grayscale: #D5D5D5. Windows color (decimal): -5510182 or 14347179. OLE color: 14347179.

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

Color convert

RGB 171 235 218 -
CMYK 0.27 0 0.07 0.08
HSL 164.06º 0.62% 0.8% -
HSV(B) 164.06º 0.27% 0.92% -
XYZ 59.16 73.14 77.33 -
YUV 213.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 171 235 218 0.27 0 0.07 0.08 164.06 0.62 0.8
Hex AB EB DA 1B 0 7 8 A4 3E 50
Octal 253 353 332 33 0 7 10 244 76 120
Binary 10101011 11101011 11011010 11011 0 111 1000 10100100 111110 1010000

Color Harmonies of #ABEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEBDA

Black with #ABEBDA

Text Example


Text Example

White with #ABEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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