Html Css Color HEX #ABCDE8 Sail

📋 copy color: '#ABCDE8'

red 171 ◦ green 205 ◦ blue 232

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

Shades of Sail #ABCDE8

Tints of Sail #ABCDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.16%

R = 28.13%
G = 33.72%
B = 38.16%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ABCDE8 (or 0xABCDE8) is known color: Sail. HEX triplet: AB, CD and E8. RGB value is (171,205,232). Sum of RGB (Red+Green+Blue) = 171+205+232=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABCDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCDE8 is #543217. Grayscale: #C5C5C5. Windows color (decimal): -5517848 or 15257003. OLE color: 15257003.

HSL color Cylindrical-coordinate representation of color #ABCDE8: hue angle of 206.56º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABCDE8 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 205 232 -
CMYK 0.26 0.12 0 0.09
HSL 206.56º 0.57% 0.79% -
HSV(B) 206.56º 0.26% 0.91% -
XYZ 53.19 58.15 84.76 -
YUV 197.91 147.24 108.8 -
System Red Green Blue C M Y K H S L
Decimal 171 205 232 0.26 0.12 0 0.09 206.56 0.57 0.79
Hex AB CD E8 1A C 0 9 CF 39 4F
Octal 253 315 350 32 14 0 11 317 71 117
Binary 10101011 11001101 11101000 11010 1100 0 1001 11001111 111001 1001111

Color Harmonies of #ABCDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDE8

Black with #ABCDE8

Text Example


Text Example

White with #ABCDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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