Html Css Color HEX #A0CAED Sail

📋 copy color: '#A0CAED'

red 160 ◦ green 202 ◦ blue 237

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

Shades of Sail #A0CAED

Tints of Sail #A0CAED

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.72%

 BLUE value IS 237 (92.97% from 255) = 39.57%

R = 26.71%
G = 33.72%
B = 39.57%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0CAED (or 0xA0CAED) is known color: Sail. HEX triplet: A0, CA and ED. RGB value is (160,202,237). Sum of RGB (Red+Green+Blue) = 160+202+237=599 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.71% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0CAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CAED is #5F3512. Grayscale: #C1C1C1. Windows color (decimal): -6239507 or 15583904. OLE color: 15583904.

HSL color Cylindrical-coordinate representation of color #A0CAED: hue angle of 207.27º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0CAED is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 202 237 -
CMYK 0.32 0.15 0 0.07
HSL 207.27º 0.68% 0.78% -
HSV(B) 207.27º 0.32% 0.93% -
XYZ 50.9 55.83 88.21 -
YUV 193.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 160 202 237 0.32 0.15 0 0.07 207.27 0.68 0.78
Hex A0 CA ED 20 F 0 7 CF 44 4E
Octal 240 312 355 40 17 0 7 317 104 116
Binary 10100000 11001010 11101101 100000 1111 0 111 11001111 1000100 1001110

Color Harmonies of #A0CAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CAED

Black with #A0CAED

Text Example


Text Example

White with #A0CAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CAED; }

 p { color: rgb(160,202,237); }

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

background-color css

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

 a { background-color: rgb(160,202,237); }

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

border-color css

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

 span { border-color: rgb(160,202,237); }

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