Html Css Color HEX #A2D5ED Sail

📋 copy color: '#A2D5ED'

red 162 ◦ green 213 ◦ blue 237

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

Shades of Sail #A2D5ED

Tints of Sail #A2D5ED

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.8%

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 26.47%
G = 34.8%
B = 38.73%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A2D5ED (or 0xA2D5ED) is known color: Sail. HEX triplet: A2, D5 and ED. RGB value is (162,213,237). Sum of RGB (Red+Green+Blue) = 162+213+237=612 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.47% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2D5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D5ED is #5D2A12. Grayscale: #C8C8C8. Windows color (decimal): -6105619 or 15586722. OLE color: 15586722.

HSL color Cylindrical-coordinate representation of color #A2D5ED: hue angle of 199.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2D5ED is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 213 237 -
CMYK 0.32 0.10 0 0.07
HSL 199.2º 0.68% 0.78% -
HSV(B) 199.2º 0.32% 0.93% -
XYZ 53.98 61.38 89.12 -
YUV 200.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 162 213 237 0.32 0.10 0 0.07 199.2 0.68 0.78
Hex A2 D5 ED 20 A 0 7 C7 44 4E
Octal 242 325 355 40 12 0 7 307 104 116
Binary 10100010 11010101 11101101 100000 1010 0 111 11000111 1000100 1001110

Color Harmonies of #A2D5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D5ED

Black with #A2D5ED

Text Example


Text Example

White with #A2D5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D5ED; }

 p { color: rgb(162,213,237); }

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

background-color css

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

 a { background-color: rgb(162,213,237); }

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

border-color css

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

 span { border-color: rgb(162,213,237); }

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