Html Css Color HEX #A0C4EA Sail

📋 copy color: '#A0C4EA'

red 160 ◦ green 196 ◦ blue 234

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

Shades of Sail #A0C4EA

Tints of Sail #A0C4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.22%

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

R = 27.12%
G = 33.22%
B = 39.66%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A0C4EA (or 0xA0C4EA) is known color: Sail. HEX triplet: A0, C4 and EA. RGB value is (160,196,234). Sum of RGB (Red+Green+Blue) = 160+196+234=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #A0C4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C4EA is #5F3B15. Grayscale: #BDBDBD. Windows color (decimal): -6241046 or 15385760. OLE color: 15385760.

HSL color Cylindrical-coordinate representation of color #A0C4EA: hue angle of 210.81º 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 #A0C4EA is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 196 234 -
CMYK 0.32 0.16 0 0.08
HSL 210.81º 0.64% 0.77% -
HSV(B) 210.81º 0.32% 0.92% -
XYZ 49.09 52.89 85.46 -
YUV 189.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 160 196 234 0.32 0.16 0 0.08 210.81 0.64 0.77
Hex A0 C4 EA 20 10 0 8 D3 40 4D
Octal 240 304 352 40 20 0 10 323 100 115
Binary 10100000 11000100 11101010 100000 10000 0 1000 11010011 1000000 1001101

Color Harmonies of #A0C4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C4EA

Black with #A0C4EA

Text Example


Text Example

White with #A0C4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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