Html Css Color HEX #A0CBD0 Morning Glory

📋 copy color: '#A0CBD0'

red 160 ◦ green 203 ◦ blue 208

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

Shades of Morning Glory #A0CBD0

Tints of Morning Glory #A0CBD0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.55%

 BLUE value IS 208 (81.64% from 255) = 36.43%

R = 28.02%
G = 35.55%
B = 36.43%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A0CBD0 (or 0xA0CBD0) is known color: Morning Glory. HEX triplet: A0, CB and D0. RGB value is (160,203,208). Sum of RGB (Red+Green+Blue) = 160+203+208=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 208 - color contains mainly: blue. Hex color #A0CBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBD0 is #5F342F. Grayscale: #BEBEBE. Windows color (decimal): -6239280 or 13683616. OLE color: 13683616.

HSL color Cylindrical-coordinate representation of color #A0CBD0: hue angle of 186.25º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CBD0 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 203 208 -
CMYK 0.23 0.02 0 0.18
HSL 186.25º 0.34% 0.72% -
HSV(B) 186.25º 0.23% 0.82% -
XYZ 47.24 54.74 67.75 -
YUV 190.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 160 203 208 0.23 0.02 0 0.18 186.25 0.34 0.72
Hex A0 CB D0 17 2 0 12 BA 22 48
Octal 240 313 320 27 2 0 22 272 42 110
Binary 10100000 11001011 11010000 10111 10 0 10010 10111010 100010 1001000

Color Harmonies of #A0CBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CBD0

Black with #A0CBD0

Text Example


Text Example

White with #A0CBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CBD0; }

 p { color: rgb(160,203,208); }

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

background-color css

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

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

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

border-color css

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

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

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