Html Css Color HEX #A2CAE9 Sail

📋 copy color: '#A2CAE9'

red 162 ◦ green 202 ◦ blue 233

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

Shades of Sail #A2CAE9

Tints of Sail #A2CAE9

RGB

 RED value IS 162 (63.67% from 255) = 27.14%

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

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

R = 27.14%
G = 33.84%
B = 39.03%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A2CAE9 (or 0xA2CAE9) is known color: Sail. HEX triplet: A2, CA and E9. RGB value is (162,202,233). Sum of RGB (Red+Green+Blue) = 162+202+233=597 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.14% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #A2CAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CAE9 is #5D3516. Grayscale: #C1C1C1. Windows color (decimal): -6108439 or 15321762. OLE color: 15321762.

HSL color Cylindrical-coordinate representation of color #A2CAE9: hue angle of 206.2º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2CAE9 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 202 233 -
CMYK 0.30 0.13 0 0.09
HSL 206.2º 0.62% 0.77% -
HSV(B) 206.2º 0.3% 0.91% -
XYZ 50.73 55.81 85.19 -
YUV 193.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 162 202 233 0.30 0.13 0 0.09 206.2 0.62 0.77
Hex A2 CA E9 1E D 0 9 CE 3E 4D
Octal 242 312 351 36 15 0 11 316 76 115
Binary 10100010 11001010 11101001 11110 1101 0 1001 11001110 111110 1001101

Color Harmonies of #A2CAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CAE9

Black with #A2CAE9

Text Example


Text Example

White with #A2CAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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