Html Css Color HEX #ABCDE5 Sail

📋 copy color: '#ABCDE5'

red 171 ◦ green 205 ◦ blue 229

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

Shades of Sail #ABCDE5

Tints of Sail #ABCDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.85%

R = 28.26%
G = 33.88%
B = 37.85%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABCDE5 (or 0xABCDE5) is known color: Sail. HEX triplet: AB, CD and E5. RGB value is (171,205,229). Sum of RGB (Red+Green+Blue) = 171+205+229=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABCDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDE5 is #54321A. Grayscale: #C5C5C5. Windows color (decimal): -5517851 or 15060395. OLE color: 15060395.

HSL color Cylindrical-coordinate representation of color #ABCDE5: hue angle of 204.83º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABCDE5 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 205 229 -
CMYK 0.25 0.10 0 0.10
HSL 204.83º 0.53% 0.78% -
HSV(B) 204.83º 0.25% 0.9% -
XYZ 52.77 57.98 82.54 -
YUV 197.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 171 205 229 0.25 0.10 0 0.10 204.83 0.53 0.78
Hex AB CD E5 19 A 0 A CD 35 4E
Octal 253 315 345 31 12 0 12 315 65 116
Binary 10101011 11001101 11100101 11001 1010 0 1010 11001101 110101 1001110

Color Harmonies of #ABCDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDE5

Black with #ABCDE5

Text Example


Text Example

White with #ABCDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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