Html Css Color HEX #A0C9EA Sail

📋 copy color: '#A0C9EA'

red 160 ◦ green 201 ◦ blue 234

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

Shades of Sail #A0C9EA

Tints of Sail #A0C9EA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.78%

 BLUE value IS 234 (91.8% from 255) = 39.33%

R = 26.89%
G = 33.78%
B = 39.33%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A0C9EA (or 0xA0C9EA) is known color: Sail. HEX triplet: A0, C9 and EA. RGB value is (160,201,234). Sum of RGB (Red+Green+Blue) = 160+201+234=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #A0C9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C9EA is #5F3615. Grayscale: #C0C0C0. Windows color (decimal): -6239766 or 15387040. OLE color: 15387040.

HSL color Cylindrical-coordinate representation of color #A0C9EA: hue angle of 206.76º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0C9EA is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 201 234 -
CMYK 0.32 0.14 0 0.08
HSL 206.76º 0.64% 0.77% -
HSV(B) 206.76º 0.32% 0.92% -
XYZ 50.24 55.19 85.85 -
YUV 192.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 160 201 234 0.32 0.14 0 0.08 206.76 0.64 0.77
Hex A0 C9 EA 20 E 0 8 CF 40 4D
Octal 240 311 352 40 16 0 10 317 100 115
Binary 10100000 11001001 11101010 100000 1110 0 1000 11001111 1000000 1001101

Color Harmonies of #A0C9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C9EA

Black with #A0C9EA

Text Example


Text Example

White with #A0C9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C9EA; }

 p { color: rgb(160,201,234); }

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

background-color css

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

 a { background-color: rgb(160,201,234); }

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

border-color css

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

 span { border-color: rgb(160,201,234); }

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