#A0CBF0

Color #A0CBF0 Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #A0CBF0

Tints of Sail #A0CBF0

Color information

#A0CBF0 (or 0xA0CBF0) is unknown color: approx Sail. HEX triplet: A0, CB and F0. RGB value is (160,203,240). Sum of RGB (Red+Green+Blue) = 160+203+240=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0CBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CBF0 is #5F340F. Grayscale: #C2C2C2. Windows color (decimal): -6239248 or 15780768. OLE color: 15780768.

HSL color Cylindrical-coordinate representation of color #A0CBF0: hue angle of 207.75º 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 #A0CBF0 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB160203240-
CMYK0.330.1500.06
HSL207.75º72.73%78.43%-
HSV(B)207.75º33.33%94.12%-
XYZ51.5856.4890.62-
YUV194.36153.75103.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.53%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 240 (94.14% from 255) = 39.80%
R=26.53%
G=33.67%
B=39.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1602032400.330.1500.06207.7572.7378.43
HexA0CBF021F06d0494e
Octal240313360411706320111116
Binary101000001100101111110000100001111101101101000010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CBF0; }

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

 H1.HeaderClassName
 {
   color: #A0CBF0;
 }
 .AnyTagClassName
 {
   color: #A0CBF0;
 }
</style>
background-color css

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

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

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

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

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

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