Html Css Color HEX #A0D0FA Sail

📋 copy color: '#A0D0FA'

red 160 ◦ green 208 ◦ blue 250

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

Shades of Sail #A0D0FA

Tints of Sail #A0D0FA

RGB

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

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

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

R = 25.89%
G = 33.66%
B = 40.45%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A0D0FA (or 0xA0D0FA) is known color: Sail. HEX triplet: A0, D0 and FA. RGB value is (160,208,250). Sum of RGB (Red+Green+Blue) = 160+208+250=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0D0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D0FA is #5F2F05. Grayscale: #C6C6C6. Windows color (decimal): -6237958 or 16437408. OLE color: 16437408.

HSL color Cylindrical-coordinate representation of color #A0D0FA: hue angle of 208º 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 #A0D0FA is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 208 250 -
CMYK 0.36 0.17 0 0.02
HSL 208º 0.9% 0.8% -
HSV(B) 208º 0.36% 0.98% -
XYZ 54.31 59.49 99.06 -
YUV 198.44 157.1 100.58 -
System Red Green Blue C M Y K H S L
Decimal 160 208 250 0.36 0.17 0 0.02 208 0.9 0.8
Hex A0 D0 FA 24 11 0 2 D0 5A 50
Octal 240 320 372 44 21 0 2 320 132 120
Binary 10100000 11010000 11111010 100100 10001 0 10 11010000 1011010 1010000

Color Harmonies of #A0D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D0FA

Black with #A0D0FA

Text Example


Text Example

White with #A0D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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