Html Css Color HEX #A0DBDB Morning Glory

📋 copy color: '#A0DBDB'

red 160 ◦ green 219 ◦ blue 219

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

Shades of Morning Glory #A0DBDB

Tints of Morning Glory #A0DBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.62%

 BLUE value IS 219 (85.94% from 255) = 36.62%

R = 26.76%
G = 36.62%
B = 36.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A0DBDB (or 0xA0DBDB) is known color: Morning Glory. HEX triplet: A0, DB and DB. RGB value is (160,219,219). Sum of RGB (Red+Green+Blue) = 160+219+219=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #A0DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBDB is #5F2424. Grayscale: #C9C9C9. Windows color (decimal): -6235173 or 14408608. OLE color: 14408608.

HSL color Cylindrical-coordinate representation of color #A0DBDB: hue angle of 180º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DBDB is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 219 219 -
CMYK 0.27 0 0 0.14
HSL 180º 0.45% 0.74% -
HSV(B) 180º 0.27% 0.86% -
XYZ 52.61 63.25 76.45 -
YUV 201.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 160 219 219 0.27 0 0 0.14 180 0.45 0.74
Hex A0 DB DB 1B 0 0 E B4 2D 4A
Octal 240 333 333 33 0 0 16 264 55 112
Binary 10100000 11011011 11011011 11011 0 0 1110 10110100 101101 1001010

Color Harmonies of #A0DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DBDB

Black with #A0DBDB

Text Example


Text Example

White with #A0DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DBDB; }

 p { color: rgb(160,219,219); }

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

background-color css

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

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

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

border-color css

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

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

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