Html Css Color HEX #A7CAE9 Sail

📋 copy color: '#A7CAE9'

red 167 ◦ green 202 ◦ blue 233

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

Shades of Sail #A7CAE9

Tints of Sail #A7CAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.7%

R = 27.74%
G = 33.55%
B = 38.7%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A7CAE9 (or 0xA7CAE9) is known color: Sail. HEX triplet: A7, CA and E9. RGB value is (167,202,233). Sum of RGB (Red+Green+Blue) = 167+202+233=602 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.74% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 233 - color contains mainly: blue. Hex color #A7CAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CAE9 is #583516. Grayscale: #C2C2C2. Windows color (decimal): -5780759 or 15321767. OLE color: 15321767.

HSL color Cylindrical-coordinate representation of color #A7CAE9: hue angle of 208.18º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7CAE9 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 167 202 233 -
CMYK 0.28 0.13 0 0.09
HSL 208.18º 0.6% 0.78% -
HSV(B) 208.18º 0.28% 0.91% -
XYZ 51.76 56.34 85.24 -
YUV 195.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 167 202 233 0.28 0.13 0 0.09 208.18 0.6 0.78
Hex A7 CA E9 1C D 0 9 D0 3C 4E
Octal 247 312 351 34 15 0 11 320 74 116
Binary 10100111 11001010 11101001 11100 1101 0 1001 11010000 111100 1001110

Color Harmonies of #A7CAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CAE9

Black with #A7CAE9

Text Example


Text Example

White with #A7CAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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