Html Css Color HEX #A5CAE8 Sail

📋 copy color: '#A5CAE8'

red 165 ◦ green 202 ◦ blue 232

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

Shades of Sail #A5CAE8

Tints of Sail #A5CAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.73%

R = 27.55%
G = 33.72%
B = 38.73%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A5CAE8 (or 0xA5CAE8) is known color: Sail. HEX triplet: A5, CA and E8. RGB value is (165,202,232). Sum of RGB (Red+Green+Blue) = 165+202+232=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #A5CAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CAE8 is #5A3517. Grayscale: #C2C2C2. Windows color (decimal): -5911832 or 15256229. OLE color: 15256229.

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

Color convert

RGB 165 202 232 -
CMYK 0.29 0.13 0 0.09
HSL 206.87º 0.59% 0.78% -
HSV(B) 206.87º 0.29% 0.91% -
XYZ 51.2 56.07 84.47 -
YUV 194.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 165 202 232 0.29 0.13 0 0.09 206.87 0.59 0.78
Hex A5 CA E8 1D D 0 9 CF 3B 4E
Octal 245 312 350 35 15 0 11 317 73 116
Binary 10100101 11001010 11101000 11101 1101 0 1001 11001111 111011 1001110

Color Harmonies of #A5CAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CAE8

Black with #A5CAE8

Text Example


Text Example

White with #A5CAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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