Html Css Color HEX #A0CBC9 Morning Glory

📋 copy color: '#A0CBC9'

red 160 ◦ green 203 ◦ blue 201

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

Shades of Morning Glory #A0CBC9

Tints of Morning Glory #A0CBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.64%

R = 28.37%
G = 35.99%
B = 35.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#A0CBC9 (or 0xA0CBC9) is known color: Morning Glory. HEX triplet: A0, CB and C9. RGB value is (160,203,201). Sum of RGB (Red+Green+Blue) = 160+203+201=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBC9 is #5F3436. Grayscale: #BDBDBD. Windows color (decimal): -6239287 or 13224864. OLE color: 13224864.

HSL color Cylindrical-coordinate representation of color #A0CBC9: hue angle of 177.21º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CBC9 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 201 -
CMYK 0.21 0 0.01 0.20
HSL 177.21º 0.29% 0.71% -
HSV(B) 177.21º 0.21% 0.8% -
XYZ 46.4 54.4 63.31 -
YUV 189.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 160 203 201 0.21 0 0.01 0.20 177.21 0.29 0.71
Hex A0 CB C9 15 0 1 14 B1 1D 47
Octal 240 313 311 25 0 1 24 261 35 107
Binary 10100000 11001011 11001001 10101 0 1 10100 10110001 11101 1000111

Color Harmonies of #A0CBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CBC9

Black with #A0CBC9

Text Example


Text Example

White with #A0CBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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