Html Css Color HEX #ABCDE6 Sail

📋 copy color: '#ABCDE6'

red 171 ◦ green 205 ◦ blue 230

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

Shades of Sail #ABCDE6

Tints of Sail #ABCDE6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.83%

 BLUE value IS 230 (90.23% from 255) = 37.95%

R = 28.22%
G = 33.83%
B = 37.95%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABCDE6 (or 0xABCDE6) is known color: Sail. HEX triplet: AB, CD and E6. RGB value is (171,205,230). Sum of RGB (Red+Green+Blue) = 171+205+230=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABCDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCDE6 is #543219. Grayscale: #C5C5C5. Windows color (decimal): -5517850 or 15125931. OLE color: 15125931.

HSL color Cylindrical-coordinate representation of color #ABCDE6: hue angle of 205.42º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABCDE6 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 205 230 -
CMYK 0.26 0.11 0 0.10
HSL 205.42º 0.54% 0.79% -
HSV(B) 205.42º 0.26% 0.9% -
XYZ 52.91 58.03 83.28 -
YUV 197.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 171 205 230 0.26 0.11 0 0.10 205.42 0.54 0.79
Hex AB CD E6 1A B 0 A CD 36 4F
Octal 253 315 346 32 13 0 12 315 66 117
Binary 10101011 11001101 11100110 11010 1011 0 1010 11001101 110110 1001111

Color Harmonies of #ABCDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDE6

Black with #ABCDE6

Text Example


Text Example

White with #ABCDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDE6; }

 p { color: rgb(171,205,230); }

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

background-color css

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

 a { background-color: rgb(171,205,230); }

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

border-color css

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

 span { border-color: rgb(171,205,230); }

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