Html Css Color HEX #A2D4EB Sail

📋 copy color: '#A2D4EB'

red 162 ◦ green 212 ◦ blue 235

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

Shades of Sail #A2D4EB

Tints of Sail #A2D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.81%

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

R = 26.6%
G = 34.81%
B = 38.59%

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

#A2D4EB (or 0xA2D4EB) is known color: Sail. HEX triplet: A2, D4 and EB. RGB value is (162,212,235). Sum of RGB (Red+Green+Blue) = 162+212+235=609 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.60% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2D4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D4EB is #5D2B14. Grayscale: #C7C7C7. Windows color (decimal): -6105877 or 15455394. OLE color: 15455394.

HSL color Cylindrical-coordinate representation of color #A2D4EB: hue angle of 198.9º 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 #A2D4EB is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 212 235 -
CMYK 0.31 0.10 0 0.08
HSL 198.9º 0.65% 0.78% -
HSV(B) 198.9º 0.31% 0.92% -
XYZ 53.44 60.77 87.51 -
YUV 199.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 162 212 235 0.31 0.10 0 0.08 198.9 0.65 0.78
Hex A2 D4 EB 1F A 0 8 C7 41 4E
Octal 242 324 353 37 12 0 10 307 101 116
Binary 10100010 11010100 11101011 11111 1010 0 1000 11000111 1000001 1001110

Color Harmonies of #A2D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D4EB

Black with #A2D4EB

Text Example


Text Example

White with #A2D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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