Html Css Color HEX #A5CAE0 Sail

📋 copy color: '#A5CAE0'

red 165 ◦ green 202 ◦ blue 224

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

Shades of Sail #A5CAE0

Tints of Sail #A5CAE0

RGB

 RED value IS 165 (64.84% from 255) = 27.92%

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

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

R = 27.92%
G = 34.18%
B = 37.9%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A5CAE0 (or 0xA5CAE0) is known color: Sail. HEX triplet: A5, CA and E0. RGB value is (165,202,224). Sum of RGB (Red+Green+Blue) = 165+202+224=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #A5CAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CAE0 is #5A351F. Grayscale: #C1C1C1. Windows color (decimal): -5911840 or 14731941. OLE color: 14731941.

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

Color convert

RGB 165 202 224 -
CMYK 0.26 0.10 0 0.12
HSL 202.37º 0.49% 0.76% -
HSV(B) 202.37º 0.26% 0.88% -
XYZ 50.09 55.62 78.62 -
YUV 193.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 165 202 224 0.26 0.10 0 0.12 202.37 0.49 0.76
Hex A5 CA E0 1A A 0 C CA 31 4C
Octal 245 312 340 32 12 0 14 312 61 114
Binary 10100101 11001010 11100000 11010 1010 0 1100 11001010 110001 1001100

Color Harmonies of #A5CAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CAE0

Black with #A5CAE0

Text Example


Text Example

White with #A5CAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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