Html Css Color HEX #A0CBEB Sail

📋 copy color: '#A0CBEB'

red 160 ◦ green 203 ◦ blue 235

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

Shades of Sail #A0CBEB

Tints of Sail #A0CBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.3%

R = 26.76%
G = 33.95%
B = 39.3%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A0CBEB (or 0xA0CBEB) is known color: Sail. HEX triplet: A0, CB and EB. RGB value is (160,203,235). Sum of RGB (Red+Green+Blue) = 160+203+235=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0CBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CBEB is #5F3414. Grayscale: #C1C1C1. Windows color (decimal): -6239253 or 15453088. OLE color: 15453088.

HSL color Cylindrical-coordinate representation of color #A0CBEB: hue angle of 205.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0CBEB is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 203 235 -
CMYK 0.32 0.14 0 0.08
HSL 205.6º 0.65% 0.77% -
HSV(B) 205.6º 0.32% 0.92% -
XYZ 50.85 56.18 86.76 -
YUV 193.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 160 203 235 0.32 0.14 0 0.08 205.6 0.65 0.77
Hex A0 CB EB 20 E 0 8 CE 41 4D
Octal 240 313 353 40 16 0 10 316 101 115
Binary 10100000 11001011 11101011 100000 1110 0 1000 11001110 1000001 1001101

Color Harmonies of #A0CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CBEB

Black with #A0CBEB

Text Example


Text Example

White with #A0CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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