Html Css Color HEX #A8CADF Sail

📋 copy color: '#A8CADF'

red 168 ◦ green 202 ◦ blue 223

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

Shades of Sail #A8CADF

Tints of Sail #A8CADF

RGB

 RED value IS 168 (66.02% from 255) = 28.33%

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

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

R = 28.33%
G = 34.06%
B = 37.61%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A8CADF (or 0xA8CADF) is known color: Sail. HEX triplet: A8, CA and DF. RGB value is (168,202,223). Sum of RGB (Red+Green+Blue) = 168+202+223=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8CADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CADF is #573520. Grayscale: #C2C2C2. Windows color (decimal): -5715233 or 14666408. OLE color: 14666408.

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

Color convert

RGB 168 202 223 -
CMYK 0.25 0.09 0 0.13
HSL 202.91º 0.46% 0.77% -
HSV(B) 202.91º 0.25% 0.87% -
XYZ 50.59 55.89 77.93 -
YUV 194.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 168 202 223 0.25 0.09 0 0.13 202.91 0.46 0.77
Hex A8 CA DF 19 9 0 D CB 2E 4D
Octal 250 312 337 31 11 0 15 313 56 115
Binary 10101000 11001010 11011111 11001 1001 0 1101 11001011 101110 1001101

Color Harmonies of #A8CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CADF

Black with #A8CADF

Text Example


Text Example

White with #A8CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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