Html Css Color HEX #A0CCED Sail

📋 copy color: '#A0CCED'

red 160 ◦ green 204 ◦ blue 237

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

Shades of Sail #A0CCED

Tints of Sail #A0CCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.94%

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

R = 26.62%
G = 33.94%
B = 39.43%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0CCED (or 0xA0CCED) is known color: Sail. HEX triplet: A0, CC and ED. RGB value is (160,204,237). Sum of RGB (Red+Green+Blue) = 160+204+237=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CCED is #5F3312. Grayscale: #C2C2C2. Windows color (decimal): -6238995 or 15584416. OLE color: 15584416.

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

Color convert

RGB 160 204 237 -
CMYK 0.32 0.14 0 0.07
HSL 205.71º 0.68% 0.78% -
HSV(B) 205.71º 0.32% 0.93% -
XYZ 51.38 56.77 88.37 -
YUV 194.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 160 204 237 0.32 0.14 0 0.07 205.71 0.68 0.78
Hex A0 CC ED 20 E 0 7 CE 44 4E
Octal 240 314 355 40 16 0 7 316 104 116
Binary 10100000 11001100 11101101 100000 1110 0 111 11001110 1000100 1001110

Color Harmonies of #A0CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CCED

Black with #A0CCED

Text Example


Text Example

White with #A0CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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