Html Css Color HEX #A8CAE0 Sail

📋 copy color: '#A8CAE0'

red 168 ◦ green 202 ◦ blue 224

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

Shades of Sail #A8CAE0

Tints of Sail #A8CAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.71%

R = 28.28%
G = 34.01%
B = 37.71%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A8CAE0 (or 0xA8CAE0) is known color: Sail. HEX triplet: A8, CA and E0. RGB value is (168,202,224). Sum of RGB (Red+Green+Blue) = 168+202+224=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #A8CAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CAE0 is #57351F. Grayscale: #C2C2C2. Windows color (decimal): -5715232 or 14731944. OLE color: 14731944.

HSL color Cylindrical-coordinate representation of color #A8CAE0: hue angle of 203.57º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8CAE0 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 202 224 -
CMYK 0.25 0.10 0 0.12
HSL 203.57º 0.47% 0.77% -
HSV(B) 203.57º 0.25% 0.88% -
XYZ 50.72 55.95 78.65 -
YUV 194.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 168 202 224 0.25 0.10 0 0.12 203.57 0.47 0.77
Hex A8 CA E0 19 A 0 C CC 2F 4D
Octal 250 312 340 31 12 0 14 314 57 115
Binary 10101000 11001010 11100000 11001 1010 0 1100 11001100 101111 1001101

Color Harmonies of #A8CAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CAE0

Black with #A8CAE0

Text Example


Text Example

White with #A8CAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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