Html Css Color HEX #A0CCF0 Sail

📋 copy color: '#A0CCF0'

red 160 ◦ green 204 ◦ blue 240

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

Shades of Sail #A0CCF0

Tints of Sail #A0CCF0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.77%

 BLUE value IS 240 (94.14% from 255) = 39.74%

R = 26.49%
G = 33.77%
B = 39.74%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A0CCF0 (or 0xA0CCF0) is known color: Sail. HEX triplet: A0, CC and F0. RGB value is (160,204,240). Sum of RGB (Red+Green+Blue) = 160+204+240=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0CCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CCF0 is #5F330F. Grayscale: #C2C2C2. Windows color (decimal): -6238992 or 15781024. OLE color: 15781024.

HSL color Cylindrical-coordinate representation of color #A0CCF0: hue angle of 207º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0CCF0 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 204 240 -
CMYK 0.33 0.15 0 0.06
HSL 207º 0.73% 0.78% -
HSV(B) 207º 0.33% 0.94% -
XYZ 51.82 56.95 90.7 -
YUV 194.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 160 204 240 0.33 0.15 0 0.06 207 0.73 0.78
Hex A0 CC F0 21 F 0 6 CF 49 4E
Octal 240 314 360 41 17 0 6 317 111 116
Binary 10100000 11001100 11110000 100001 1111 0 110 11001111 1001001 1001110

Color Harmonies of #A0CCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CCF0

Black with #A0CCF0

Text Example


Text Example

White with #A0CCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CCF0; }

 p { color: rgb(160,204,240); }

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

background-color css

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

 a { background-color: rgb(160,204,240); }

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

border-color css

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

 span { border-color: rgb(160,204,240); }

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