Html Css Color HEX #ABCDE4 Sail

📋 copy color: '#ABCDE4'

red 171 ◦ green 205 ◦ blue 228

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

Shades of Sail #ABCDE4

Tints of Sail #ABCDE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.75%

R = 28.31%
G = 33.94%
B = 37.75%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ABCDE4 (or 0xABCDE4) is known color: Sail. HEX triplet: AB, CD and E4. RGB value is (171,205,228). Sum of RGB (Red+Green+Blue) = 171+205+228=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABCDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDE4 is #54321B. Grayscale: #C5C5C5. Windows color (decimal): -5517852 or 14994859. OLE color: 14994859.

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

Color convert

RGB 171 205 228 -
CMYK 0.25 0.10 0 0.11
HSL 204.21º 0.51% 0.78% -
HSV(B) 204.21º 0.25% 0.89% -
XYZ 52.63 57.92 81.8 -
YUV 197.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 171 205 228 0.25 0.10 0 0.11 204.21 0.51 0.78
Hex AB CD E4 19 A 0 B CC 33 4E
Octal 253 315 344 31 12 0 13 314 63 116
Binary 10101011 11001101 11100100 11001 1010 0 1011 11001100 110011 1001110

Color Harmonies of #ABCDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDE4

Black with #ABCDE4

Text Example


Text Example

White with #ABCDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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