Html Css Color HEX #A0C7EE Sail

📋 copy color: '#A0C7EE'

red 160 ◦ green 199 ◦ blue 238

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

Shades of Sail #A0C7EE

Tints of Sail #A0C7EE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.33%

 BLUE value IS 238 (93.36% from 255) = 39.87%

R = 26.8%
G = 33.33%
B = 39.87%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0C7EE (or 0xA0C7EE) is known color: Sail. HEX triplet: A0, C7 and EE. RGB value is (160,199,238). Sum of RGB (Red+Green+Blue) = 160+199+238=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0C7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C7EE is #5F3811. Grayscale: #BFBFBF. Windows color (decimal): -6240274 or 15648672. OLE color: 15648672.

HSL color Cylindrical-coordinate representation of color #A0C7EE: hue angle of 210º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0C7EE is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 199 238 -
CMYK 0.33 0.16 0 0.07
HSL 210º 0.7% 0.78% -
HSV(B) 210º 0.33% 0.93% -
XYZ 50.35 54.49 88.75 -
YUV 191.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 160 199 238 0.33 0.16 0 0.07 210 0.7 0.78
Hex A0 C7 EE 21 10 0 7 D2 46 4E
Octal 240 307 356 41 20 0 7 322 106 116
Binary 10100000 11000111 11101110 100001 10000 0 111 11010010 1000110 1001110

Color Harmonies of #A0C7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C7EE

Black with #A0C7EE

Text Example


Text Example

White with #A0C7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C7EE; }

 p { color: rgb(160,199,238); }

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

background-color css

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

 a { background-color: rgb(160,199,238); }

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

border-color css

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

 span { border-color: rgb(160,199,238); }

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