Html Css Color HEX #A3D0EC Sail

📋 copy color: '#A3D0EC'

red 163 ◦ green 208 ◦ blue 236

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

Shades of Sail #A3D0EC

Tints of Sail #A3D0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.27%

 BLUE value IS 236 (92.58% from 255) = 38.88%

R = 26.85%
G = 34.27%
B = 38.88%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A3D0EC (or 0xA3D0EC) is known color: Sail. HEX triplet: A3, D0 and EC. RGB value is (163,208,236). Sum of RGB (Red+Green+Blue) = 163+208+236=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3D0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D0EC is #5C2F13. Grayscale: #C5C5C5. Windows color (decimal): -6041364 or 15519907. OLE color: 15519907.

HSL color Cylindrical-coordinate representation of color #A3D0EC: hue angle of 203.01º degrees, saturation: 0.66, 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 #A3D0EC is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 208 236 -
CMYK 0.31 0.12 0 0.07
HSL 203.01º 0.66% 0.78% -
HSV(B) 203.01º 0.31% 0.93% -
XYZ 52.8 58.95 87.95 -
YUV 197.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 163 208 236 0.31 0.12 0 0.07 203.01 0.66 0.78
Hex A3 D0 EC 1F C 0 7 CB 42 4E
Octal 243 320 354 37 14 0 7 313 102 116
Binary 10100011 11010000 11101100 11111 1100 0 111 11001011 1000010 1001110

Color Harmonies of #A3D0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D0EC

Black with #A3D0EC

Text Example


Text Example

White with #A3D0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D0EC; }

 p { color: rgb(163,208,236); }

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

background-color css

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

 a { background-color: rgb(163,208,236); }

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

border-color css

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

 span { border-color: rgb(163,208,236); }

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