Html Css Color HEX #A7CADF Sail

📋 copy color: '#A7CADF'

red 167 ◦ green 202 ◦ blue 223

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

Shades of Sail #A7CADF

Tints of Sail #A7CADF

RGB

 RED value IS 167 (65.63% from 255) = 28.21%

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

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

R = 28.21%
G = 34.12%
B = 37.67%

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

#A7CADF (or 0xA7CADF) is known color: Sail. HEX triplet: A7, CA and DF. RGB value is (167,202,223). Sum of RGB (Red+Green+Blue) = 167+202+223=592 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.21% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7CADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CADF is #583520. Grayscale: #C1C1C1. Windows color (decimal): -5780769 or 14666407. OLE color: 14666407.

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

Color convert

RGB 167 202 223 -
CMYK 0.25 0.09 0 0.13
HSL 202.5º 0.47% 0.76% -
HSV(B) 202.5º 0.25% 0.87% -
XYZ 50.38 55.78 77.92 -
YUV 193.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 167 202 223 0.25 0.09 0 0.13 202.5 0.47 0.76
Hex A7 CA DF 19 9 0 D CA 2F 4C
Octal 247 312 337 31 11 0 15 312 57 114
Binary 10100111 11001010 11011111 11001 1001 0 1101 11001010 101111 1001100

Color Harmonies of #A7CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CADF

Black with #A7CADF

Text Example


Text Example

White with #A7CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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