Html Css Color HEX #A0D3EC Sail

📋 copy color: '#A0D3EC'

red 160 ◦ green 211 ◦ blue 236

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

Shades of Sail #A0D3EC

Tints of Sail #A0D3EC

RGB

 RED value IS 160 (62.89% from 255) = 26.36%

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

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

R = 26.36%
G = 34.76%
B = 38.88%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0D3EC (or 0xA0D3EC) is known color: Sail. HEX triplet: A0, D3 and EC. RGB value is (160,211,236). Sum of RGB (Red+Green+Blue) = 160+211+236=607 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.36% from 607); Green value is 211 (82.81% from 255 or 34.76% 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 #A0D3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D3EC is #5F2C13. Grayscale: #C6C6C6. Windows color (decimal): -6237204 or 15520672. OLE color: 15520672.

HSL color Cylindrical-coordinate representation of color #A0D3EC: hue angle of 199.74º degrees, saturation: 0.67, 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 #A0D3EC is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 211 236 -
CMYK 0.32 0.11 0 0.07
HSL 199.74º 0.67% 0.78% -
HSV(B) 199.74º 0.32% 0.93% -
XYZ 52.93 60.12 88.17 -
YUV 198.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 160 211 236 0.32 0.11 0 0.07 199.74 0.67 0.78
Hex A0 D3 EC 20 B 0 7 C8 43 4E
Octal 240 323 354 40 13 0 7 310 103 116
Binary 10100000 11010011 11101100 100000 1011 0 111 11001000 1000011 1001110

Color Harmonies of #A0D3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D3EC

Black with #A0D3EC

Text Example


Text Example

White with #A0D3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D3EC; }

 p { color: rgb(160,211,236); }

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

background-color css

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

 a { background-color: rgb(160,211,236); }

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

border-color css

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

 span { border-color: rgb(160,211,236); }

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