Html Css Color HEX #ABD5F1 Sail

📋 copy color: '#ABD5F1'

red 171 ◦ green 213 ◦ blue 241

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

Shades of Sail #ABD5F1

Tints of Sail #ABD5F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.56%

R = 27.36%
G = 34.08%
B = 38.56%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABD5F1 (or 0xABD5F1) is known color: Sail. HEX triplet: AB, D5 and F1. RGB value is (171,213,241). Sum of RGB (Red+Green+Blue) = 171+213+241=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABD5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD5F1 is #542A0E. Grayscale: #CBCBCB. Windows color (decimal): -5515791 or 15848875. OLE color: 15848875.

HSL color Cylindrical-coordinate representation of color #ABD5F1: hue angle of 204º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABD5F1 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 213 241 -
CMYK 0.29 0.12 0 0.05
HSL 204º 0.71% 0.81% -
HSV(B) 204º 0.29% 0.95% -
XYZ 56.47 62.6 92.33 -
YUV 203.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 171 213 241 0.29 0.12 0 0.05 204 0.71 0.81
Hex AB D5 F1 1D C 0 5 CC 47 51
Octal 253 325 361 35 14 0 5 314 107 121
Binary 10101011 11010101 11110001 11101 1100 0 101 11001100 1000111 1010001

Color Harmonies of #ABD5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD5F1

Black with #ABD5F1

Text Example


Text Example

White with #ABD5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD5F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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