Html Css Color HEX #A0C9CD Morning Glory

📋 copy color: '#A0C9CD'

red 160 ◦ green 201 ◦ blue 205

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

Shades of Morning Glory #A0C9CD

Tints of Morning Glory #A0C9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.51%

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 28.27%
G = 35.51%
B = 36.22%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A0C9CD (or 0xA0C9CD) is known color: Morning Glory. HEX triplet: A0, C9 and CD. RGB value is (160,201,205). Sum of RGB (Red+Green+Blue) = 160+201+205=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0C9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C9CD is #5F3632. Grayscale: #BDBDBD. Windows color (decimal): -6239795 or 13486496. OLE color: 13486496.

HSL color Cylindrical-coordinate representation of color #A0C9CD: hue angle of 185.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0C9CD is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 201 205 -
CMYK 0.22 0.02 0 0.20
HSL 185.33º 0.31% 0.72% -
HSV(B) 185.33º 0.22% 0.8% -
XYZ 46.4 53.65 65.67 -
YUV 189.2 136.92 107.17 -
System Red Green Blue C M Y K H S L
Decimal 160 201 205 0.22 0.02 0 0.20 185.33 0.31 0.72
Hex A0 C9 CD 16 2 0 14 B9 1F 48
Octal 240 311 315 26 2 0 24 271 37 110
Binary 10100000 11001001 11001101 10110 10 0 10100 10111001 11111 1001000

Color Harmonies of #A0C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C9CD

Black with #A0C9CD

Text Example


Text Example

White with #A0C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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