Html Css Color HEX #ABCADF Sail

📋 copy color: '#ABCADF'

red 171 ◦ green 202 ◦ blue 223

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

Shades of Sail #ABCADF

Tints of Sail #ABCADF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.89%

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 28.69%
G = 33.89%
B = 37.42%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABCADF (or 0xABCADF) is known color: Sail. HEX triplet: AB, CA and DF. RGB value is (171,202,223). Sum of RGB (Red+Green+Blue) = 171+202+223=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABCADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCADF is #543520. Grayscale: #C3C3C3. Windows color (decimal): -5518625 or 14666411. OLE color: 14666411.

HSL color Cylindrical-coordinate representation of color #ABCADF: hue angle of 204.23º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABCADF is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 202 223 -
CMYK 0.23 0.09 0 0.13
HSL 204.23º 0.45% 0.77% -
HSV(B) 204.23º 0.23% 0.87% -
XYZ 51.23 56.23 77.96 -
YUV 195.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 171 202 223 0.23 0.09 0 0.13 204.23 0.45 0.77
Hex AB CA DF 17 9 0 D CC 2D 4D
Octal 253 312 337 27 11 0 15 314 55 115
Binary 10101011 11001010 11011111 10111 1001 0 1101 11001100 101101 1001101

Color Harmonies of #ABCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCADF

Black with #ABCADF

Text Example


Text Example

White with #ABCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCADF; }

 p { color: rgb(171,202,223); }

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

background-color css

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

 a { background-color: rgb(171,202,223); }

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

border-color css

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

 span { border-color: rgb(171,202,223); }

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