Html Css Color HEX #A2CAE6 Sail

📋 copy color: '#A2CAE6'

red 162 ◦ green 202 ◦ blue 230

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

Shades of Sail #A2CAE6

Tints of Sail #A2CAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.72%

R = 27.27%
G = 34.01%
B = 38.72%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A2CAE6 (or 0xA2CAE6) is known color: Sail. HEX triplet: A2, CA and E6. RGB value is (162,202,230). Sum of RGB (Red+Green+Blue) = 162+202+230=594 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.27% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 230 (90.23% from 255 or 38.72% from 594); Max value from RGB is 230 - color contains mainly: blue. Hex color #A2CAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CAE6 is #5D3519. Grayscale: #C1C1C1. Windows color (decimal): -6108442 or 15125154. OLE color: 15125154.

HSL color Cylindrical-coordinate representation of color #A2CAE6: hue angle of 204.71º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2CAE6 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 202 230 -
CMYK 0.30 0.12 0 0.10
HSL 204.71º 0.58% 0.77% -
HSV(B) 204.71º 0.3% 0.9% -
XYZ 50.3 55.64 82.95 -
YUV 193.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 162 202 230 0.30 0.12 0 0.10 204.71 0.58 0.77
Hex A2 CA E6 1E C 0 A CD 3A 4D
Octal 242 312 346 36 14 0 12 315 72 115
Binary 10100010 11001010 11100110 11110 1100 0 1010 11001101 111010 1001101

Color Harmonies of #A2CAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CAE6

Black with #A2CAE6

Text Example


Text Example

White with #A2CAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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