Html Css Color HEX #A0CBF1 Sail

📋 copy color: '#A0CBF1'

red 160 ◦ green 203 ◦ blue 241

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

Shades of Sail #A0CBF1

Tints of Sail #A0CBF1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.61%

 BLUE value IS 241 (94.53% from 255) = 39.9%

R = 26.49%
G = 33.61%
B = 39.9%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A0CBF1 (or 0xA0CBF1) is known color: Sail. HEX triplet: A0, CB and F1. RGB value is (160,203,241). Sum of RGB (Red+Green+Blue) = 160+203+241=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #A0CBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CBF1 is #5F340E. Grayscale: #C2C2C2. Windows color (decimal): -6239247 or 15846304. OLE color: 15846304.

HSL color Cylindrical-coordinate representation of color #A0CBF1: hue angle of 208.15º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0CBF1 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 203 241 -
CMYK 0.34 0.16 0 0.05
HSL 208.15º 0.74% 0.79% -
HSV(B) 208.15º 0.34% 0.95% -
XYZ 51.73 56.54 91.41 -
YUV 194.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 160 203 241 0.34 0.16 0 0.05 208.15 0.74 0.79
Hex A0 CB F1 22 10 0 5 D0 4A 4F
Octal 240 313 361 42 20 0 5 320 112 117
Binary 10100000 11001011 11110001 100010 10000 0 101 11010000 1001010 1001111

Color Harmonies of #A0CBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CBF1

Black with #A0CBF1

Text Example


Text Example

White with #A0CBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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