Html Css Color HEX #ABD5ED Sail

📋 copy color: '#ABD5ED'

red 171 ◦ green 213 ◦ blue 237

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

Shades of Sail #ABD5ED

Tints of Sail #ABD5ED

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.3%

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 27.54%
G = 34.3%
B = 38.16%

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

#ABD5ED (or 0xABD5ED) is known color: Sail. HEX triplet: AB, D5 and ED. RGB value is (171,213,237). Sum of RGB (Red+Green+Blue) = 171+213+237=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABD5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD5ED is #542A12. Grayscale: #CBCBCB. Windows color (decimal): -5515795 or 15586731. OLE color: 15586731.

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

Color convert

RGB 171 213 237 -
CMYK 0.28 0.10 0 0.07
HSL 201.82º 0.65% 0.8% -
HSV(B) 201.82º 0.28% 0.93% -
XYZ 55.87 62.36 89.21 -
YUV 203.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 171 213 237 0.28 0.10 0 0.07 201.82 0.65 0.8
Hex AB D5 ED 1C A 0 7 CA 41 50
Octal 253 325 355 34 12 0 7 312 101 120
Binary 10101011 11010101 11101101 11100 1010 0 111 11001010 1000001 1010000

Color Harmonies of #ABD5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD5ED

Black with #ABD5ED

Text Example


Text Example

White with #ABD5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD5ED; }

 p { color: rgb(171,213,237); }

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

background-color css

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

 a { background-color: rgb(171,213,237); }

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

border-color css

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

 span { border-color: rgb(171,213,237); }

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