Html Css Color HEX #A0CEED Sail

📋 copy color: '#A0CEED'

red 160 ◦ green 206 ◦ blue 237

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

Shades of Sail #A0CEED

Tints of Sail #A0CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.16%

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

R = 26.53%
G = 34.16%
B = 39.3%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0CEED (or 0xA0CEED) is known color: Sail. HEX triplet: A0, CE and ED. RGB value is (160,206,237). Sum of RGB (Red+Green+Blue) = 160+206+237=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0CEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CEED is #5F3112. Grayscale: #C3C3C3. Windows color (decimal): -6238483 or 15584928. OLE color: 15584928.

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

Color convert

RGB 160 206 237 -
CMYK 0.32 0.13 0 0.07
HSL 204.16º 0.68% 0.78% -
HSV(B) 204.16º 0.32% 0.93% -
XYZ 51.85 57.73 88.53 -
YUV 195.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 160 206 237 0.32 0.13 0 0.07 204.16 0.68 0.78
Hex A0 CE ED 20 D 0 7 CC 44 4E
Octal 240 316 355 40 15 0 7 314 104 116
Binary 10100000 11001110 11101101 100000 1101 0 111 11001100 1000100 1001110

Color Harmonies of #A0CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CEED

Black with #A0CEED

Text Example


Text Example

White with #A0CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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