Html Css Color HEX #ABD4EC Sail

📋 copy color: '#ABD4EC'

red 171 ◦ green 212 ◦ blue 236

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

Shades of Sail #ABD4EC

Tints of Sail #ABD4EC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.25%

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 27.63%
G = 34.25%
B = 38.13%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABD4EC (or 0xABD4EC) is known color: Sail. HEX triplet: AB, D4 and EC. RGB value is (171,212,236). Sum of RGB (Red+Green+Blue) = 171+212+236=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABD4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD4EC is #542B13. Grayscale: #CACACA. Windows color (decimal): -5516052 or 15520939. OLE color: 15520939.

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

Color convert

RGB 171 212 236 -
CMYK 0.28 0.10 0 0.07
HSL 202.15º 0.63% 0.8% -
HSV(B) 202.15º 0.28% 0.93% -
XYZ 55.48 61.8 88.36 -
YUV 202.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 171 212 236 0.28 0.10 0 0.07 202.15 0.63 0.8
Hex AB D4 EC 1C A 0 7 CA 3F 50
Octal 253 324 354 34 12 0 7 312 77 120
Binary 10101011 11010100 11101100 11100 1010 0 111 11001010 111111 1010000

Color Harmonies of #ABD4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD4EC

Black with #ABD4EC

Text Example


Text Example

White with #ABD4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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