Html Css Color HEX #A2D3EB Sail

📋 copy color: '#A2D3EB'

red 162 ◦ green 211 ◦ blue 235

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

Shades of Sail #A2D3EB

Tints of Sail #A2D3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.7%

 BLUE value IS 235 (92.19% from 255) = 38.65%

R = 26.64%
G = 34.7%
B = 38.65%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A2D3EB (or 0xA2D3EB) is known color: Sail. HEX triplet: A2, D3 and EB. RGB value is (162,211,235). Sum of RGB (Red+Green+Blue) = 162+211+235=608 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.64% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2D3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D3EB is #5D2C14. Grayscale: #C6C6C6. Windows color (decimal): -6106133 or 15455138. OLE color: 15455138.

HSL color Cylindrical-coordinate representation of color #A2D3EB: hue angle of 199.73º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2D3EB is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 211 235 -
CMYK 0.31 0.10 0 0.08
HSL 199.73º 0.65% 0.78% -
HSV(B) 199.73º 0.31% 0.92% -
XYZ 53.19 60.27 87.43 -
YUV 199.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 162 211 235 0.31 0.10 0 0.08 199.73 0.65 0.78
Hex A2 D3 EB 1F A 0 8 C8 41 4E
Octal 242 323 353 37 12 0 10 310 101 116
Binary 10100010 11010011 11101011 11111 1010 0 1000 11001000 1000001 1001110

Color Harmonies of #A2D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D3EB

Black with #A2D3EB

Text Example


Text Example

White with #A2D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D3EB; }

 p { color: rgb(162,211,235); }

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

background-color css

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

 a { background-color: rgb(162,211,235); }

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

border-color css

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

 span { border-color: rgb(162,211,235); }

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