Html Css Color HEX #A0CDEB Sail

📋 copy color: '#A0CDEB'

red 160 ◦ green 205 ◦ blue 235

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

Shades of Sail #A0CDEB

Tints of Sail #A0CDEB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.17%

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

R = 26.67%
G = 34.17%
B = 39.17%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A0CDEB (or 0xA0CDEB) is known color: Sail. HEX triplet: A0, CD and EB. RGB value is (160,205,235). Sum of RGB (Red+Green+Blue) = 160+205+235=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CDEB is #5F3214. Grayscale: #C2C2C2. Windows color (decimal): -6238741 or 15453600. OLE color: 15453600.

HSL color Cylindrical-coordinate representation of color #A0CDEB: hue angle of 204º 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 #A0CDEB is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 205 235 -
CMYK 0.32 0.13 0 0.08
HSL 204º 0.65% 0.77% -
HSV(B) 204º 0.32% 0.92% -
XYZ 51.32 57.13 86.92 -
YUV 194.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 160 205 235 0.32 0.13 0 0.08 204 0.65 0.77
Hex A0 CD EB 20 D 0 8 CC 41 4D
Octal 240 315 353 40 15 0 10 314 101 115
Binary 10100000 11001101 11101011 100000 1101 0 1000 11001100 1000001 1001101

Color Harmonies of #A0CDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CDEB

Black with #A0CDEB

Text Example


Text Example

White with #A0CDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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