Html Css Color HEX #A0C8E8 Sail

📋 copy color: '#A0C8E8'

red 160 ◦ green 200 ◦ blue 232

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

Shades of Sail #A0C8E8

Tints of Sail #A0C8E8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.78%

 BLUE value IS 232 (91.02% from 255) = 39.19%

R = 27.03%
G = 33.78%
B = 39.19%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A0C8E8 (or 0xA0C8E8) is known color: Sail. HEX triplet: A0, C8 and E8. RGB value is (160,200,232). Sum of RGB (Red+Green+Blue) = 160+200+232=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 232 - color contains mainly: blue. Hex color #A0C8E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C8E8 is #5F3717. Grayscale: #BFBFBF. Windows color (decimal): -6240024 or 15255712. OLE color: 15255712.

HSL color Cylindrical-coordinate representation of color #A0C8E8: hue angle of 206.67º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0C8E8 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 200 232 -
CMYK 0.31 0.14 0 0.09
HSL 206.67º 0.61% 0.77% -
HSV(B) 206.67º 0.31% 0.91% -
XYZ 49.72 54.61 84.26 -
YUV 191.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 160 200 232 0.31 0.14 0 0.09 206.67 0.61 0.77
Hex A0 C8 E8 1F E 0 9 CF 3D 4D
Octal 240 310 350 37 16 0 11 317 75 115
Binary 10100000 11001000 11101000 11111 1110 0 1001 11001111 111101 1001101

Color Harmonies of #A0C8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C8E8

Black with #A0C8E8

Text Example


Text Example

White with #A0C8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C8E8; }

 p { color: rgb(160,200,232); }

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

background-color css

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

 a { background-color: rgb(160,200,232); }

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

border-color css

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

 span { border-color: rgb(160,200,232); }

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