Html Css Color HEX #A0D1FA Sail

📋 copy color: '#A0D1FA'

red 160 ◦ green 209 ◦ blue 250

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

Shades of Sail #A0D1FA

Tints of Sail #A0D1FA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.76%

 BLUE value IS 250 (98.05% from 255) = 40.39%

R = 25.85%
G = 33.76%
B = 40.39%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A0D1FA (or 0xA0D1FA) is known color: Sail. HEX triplet: A0, D1 and FA. RGB value is (160,209,250). Sum of RGB (Red+Green+Blue) = 160+209+250=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0D1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D1FA is #5F2E05. Grayscale: #C6C6C6. Windows color (decimal): -6237702 or 16437664. OLE color: 16437664.

HSL color Cylindrical-coordinate representation of color #A0D1FA: hue angle of 207.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D1FA is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 209 250 -
CMYK 0.36 0.16 0 0.02
HSL 207.33º 0.9% 0.8% -
HSV(B) 207.33º 0.36% 0.98% -
XYZ 54.55 59.98 99.14 -
YUV 199.02 156.77 100.17 -
System Red Green Blue C M Y K H S L
Decimal 160 209 250 0.36 0.16 0 0.02 207.33 0.9 0.8
Hex A0 D1 FA 24 10 0 2 CF 5A 50
Octal 240 321 372 44 20 0 2 317 132 120
Binary 10100000 11010001 11111010 100100 10000 0 10 11001111 1011010 1010000

Color Harmonies of #A0D1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D1FA

Black with #A0D1FA

Text Example


Text Example

White with #A0D1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D1FA; }

 p { color: rgb(160,209,250); }

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

background-color css

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

 a { background-color: rgb(160,209,250); }

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

border-color css

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

 span { border-color: rgb(160,209,250); }

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