Html Css Color HEX #A3D5ED Sail

📋 copy color: '#A3D5ED'

red 163 ◦ green 213 ◦ blue 237

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

Shades of Sail #A3D5ED

Tints of Sail #A3D5ED

RGB

 RED value IS 163 (64.06% from 255) = 26.59%

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

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

R = 26.59%
G = 34.75%
B = 38.66%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A3D5ED (or 0xA3D5ED) is known color: Sail. HEX triplet: A3, D5 and ED. RGB value is (163,213,237). Sum of RGB (Red+Green+Blue) = 163+213+237=613 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.59% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3D5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D5ED is #5C2A12. Grayscale: #C8C8C8. Windows color (decimal): -6040083 or 15586723. OLE color: 15586723.

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

Color convert

RGB 163 213 237 -
CMYK 0.31 0.10 0 0.07
HSL 199.46º 0.67% 0.78% -
HSV(B) 199.46º 0.31% 0.93% -
XYZ 54.18 61.49 89.13 -
YUV 200.79 148.44 101.05 -
System Red Green Blue C M Y K H S L
Decimal 163 213 237 0.31 0.10 0 0.07 199.46 0.67 0.78
Hex A3 D5 ED 1F A 0 7 C7 43 4E
Octal 243 325 355 37 12 0 7 307 103 116
Binary 10100011 11010101 11101101 11111 1010 0 111 11000111 1000011 1001110

Color Harmonies of #A3D5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D5ED

Black with #A3D5ED

Text Example


Text Example

White with #A3D5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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