Html Css Color HEX #ABD6F1 Sail

📋 copy color: '#ABD6F1'

red 171 ◦ green 214 ◦ blue 241

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

Shades of Sail #ABD6F1

Tints of Sail #ABD6F1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.19%

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

R = 27.32%
G = 34.19%
B = 38.5%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABD6F1 (or 0xABD6F1) is known color: Sail. HEX triplet: AB, D6 and F1. RGB value is (171,214,241). Sum of RGB (Red+Green+Blue) = 171+214+241=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABD6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD6F1 is #54290E. Grayscale: #CCCCCC. Windows color (decimal): -5515535 or 15849131. OLE color: 15849131.

HSL color Cylindrical-coordinate representation of color #ABD6F1: hue angle of 203.14º 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 #ABD6F1 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 214 241 -
CMYK 0.29 0.11 0 0.05
HSL 203.14º 0.71% 0.81% -
HSV(B) 203.14º 0.29% 0.95% -
XYZ 56.72 63.1 92.41 -
YUV 204.22 148.75 104.3 -
System Red Green Blue C M Y K H S L
Decimal 171 214 241 0.29 0.11 0 0.05 203.14 0.71 0.81
Hex AB D6 F1 1D B 0 5 CB 47 51
Octal 253 326 361 35 13 0 5 313 107 121
Binary 10101011 11010110 11110001 11101 1011 0 101 11001011 1000111 1010001

Color Harmonies of #ABD6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD6F1

Black with #ABD6F1

Text Example


Text Example

White with #ABD6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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