Html Css Color HEX #ABECDB Ice Cold

📋 copy color: '#ABECDB'

red 171 ◦ green 236 ◦ blue 219

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

Shades of Ice Cold #ABECDB

Tints of Ice Cold #ABECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.98%

R = 27.32%
G = 37.7%
B = 34.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ABECDB (or 0xABECDB) is known color: Ice Cold. HEX triplet: AB, EC and DB. RGB value is (171,236,219). Sum of RGB (Red+Green+Blue) = 171+236+219=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECDB is #541324. Grayscale: #D6D6D6. Windows color (decimal): -5509925 or 14412971. OLE color: 14412971.

HSL color Cylindrical-coordinate representation of color #ABECDB: hue angle of 164.31º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABECDB is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 236 219 -
CMYK 0.28 0 0.07 0.07
HSL 164.31º 0.63% 0.8% -
HSV(B) 164.31º 0.28% 0.93% -
XYZ 59.58 73.76 78.12 -
YUV 214.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 171 236 219 0.28 0 0.07 0.07 164.31 0.63 0.8
Hex AB EC DB 1C 0 7 7 A4 3F 50
Octal 253 354 333 34 0 7 7 244 77 120
Binary 10101011 11101100 11011011 11100 0 111 111 10100100 111111 1010000

Color Harmonies of #ABECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABECDB

Black with #ABECDB

Text Example


Text Example

White with #ABECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABECDB; }

 p { color: rgb(171,236,219); }

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

background-color css

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

 a { background-color: rgb(171,236,219); }

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

border-color css

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

 span { border-color: rgb(171,236,219); }

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