Html Css Color HEX #A0CDCE Morning Glory

📋 copy color: '#A0CDCE'

red 160 ◦ green 205 ◦ blue 206

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

Shades of Morning Glory #A0CDCE

Tints of Morning Glory #A0CDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.08%

R = 28.02%
G = 35.9%
B = 36.08%

CMYK

 C value IS 0.22

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A0CDCE (or 0xA0CDCE) is known color: Morning Glory. HEX triplet: A0, CD and CE. RGB value is (160,205,206). Sum of RGB (Red+Green+Blue) = 160+205+206=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #A0CDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDCE is #5F3231. Grayscale: #BFBFBF. Windows color (decimal): -6238770 or 13553056. OLE color: 13553056.

HSL color Cylindrical-coordinate representation of color #A0CDCE: hue angle of 181.3º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CDCE is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 205 206 -
CMYK 0.22 0.00 0 0.19
HSL 181.3º 0.32% 0.72% -
HSV(B) 181.3º 0.22% 0.81% -
XYZ 47.47 55.59 66.62 -
YUV 191.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 160 205 206 0.22 0.00 0 0.19 181.3 0.32 0.72
Hex A0 CD CE 16 0 0 13 B5 20 48
Octal 240 315 316 26 0 0 23 265 40 110
Binary 10100000 11001101 11001110 10110 0 0 10011 10110101 100000 1001000

Color Harmonies of #A0CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CDCE

Black with #A0CDCE

Text Example


Text Example

White with #A0CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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