Html Css Color HEX #ABCCE7 Sail

📋 copy color: '#ABCCE7'

red 171 ◦ green 204 ◦ blue 231

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

Shades of Sail #ABCCE7

Tints of Sail #ABCCE7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.66%

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

R = 28.22%
G = 33.66%
B = 38.12%

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

#ABCCE7 (or 0xABCCE7) is known color: Sail. HEX triplet: AB, CC and E7. RGB value is (171,204,231). Sum of RGB (Red+Green+Blue) = 171+204+231=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #ABCCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCCE7 is #543318. Grayscale: #C5C5C5. Windows color (decimal): -5518105 or 15191211. OLE color: 15191211.

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

Color convert

RGB 171 204 231 -
CMYK 0.26 0.12 0 0.09
HSL 207º 0.56% 0.79% -
HSV(B) 207º 0.26% 0.91% -
XYZ 52.81 57.61 83.94 -
YUV 197.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 171 204 231 0.26 0.12 0 0.09 207 0.56 0.79
Hex AB CC E7 1A C 0 9 CF 38 4F
Octal 253 314 347 32 14 0 11 317 70 117
Binary 10101011 11001100 11100111 11010 1100 0 1001 11001111 111000 1001111

Color Harmonies of #ABCCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCE7

Black with #ABCCE7

Text Example


Text Example

White with #ABCCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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