Html Css Color HEX #ABCDE7 Sail

📋 copy color: '#ABCDE7'

red 171 ◦ green 205 ◦ blue 231

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

Shades of Sail #ABCDE7

Tints of Sail #ABCDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.06%

R = 28.17%
G = 33.77%
B = 38.06%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ABCDE7 (or 0xABCDE7) is known color: Sail. HEX triplet: AB, CD and E7. RGB value is (171,205,231). Sum of RGB (Red+Green+Blue) = 171+205+231=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #ABCDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCDE7 is #543218. Grayscale: #C5C5C5. Windows color (decimal): -5517849 or 15191467. OLE color: 15191467.

HSL color Cylindrical-coordinate representation of color #ABCDE7: hue angle of 206º degrees, saturation: 0.56, 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 #ABCDE7 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 205 231 -
CMYK 0.26 0.11 0 0.09
HSL 206º 0.56% 0.79% -
HSV(B) 206º 0.26% 0.91% -
XYZ 53.05 58.09 84.02 -
YUV 197.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 171 205 231 0.26 0.11 0 0.09 206 0.56 0.79
Hex AB CD E7 1A B 0 9 CE 38 4F
Octal 253 315 347 32 13 0 11 316 70 117
Binary 10101011 11001101 11100111 11010 1011 0 1001 11001110 111000 1001111

Color Harmonies of #ABCDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDE7

Black with #ABCDE7

Text Example


Text Example

White with #ABCDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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