Html Css Color HEX #9ACDC9 Morning Glory

📋 copy color: '#9ACDC9'

red 154 ◦ green 205 ◦ blue 201

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

Shades of Morning Glory #9ACDC9

Tints of Morning Glory #9ACDC9

RGB

 RED value IS 154 (60.55% from 255) = 27.5%

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

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

R = 27.5%
G = 36.61%
B = 35.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#9ACDC9 (or 0x9ACDC9) is known color: Morning Glory. HEX triplet: 9A, CD and C9. RGB value is (154,205,201). Sum of RGB (Red+Green+Blue) = 154+205+201=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDC9 is #653236. Grayscale: #BDBDBD. Windows color (decimal): -6631991 or 13225370. OLE color: 13225370.

HSL color Cylindrical-coordinate representation of color #9ACDC9: hue angle of 175.29º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACDC9 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 205 201 -
CMYK 0.25 0 0.02 0.20
HSL 175.29º 0.34% 0.7% -
HSV(B) 175.29º 0.25% 0.8% -
XYZ 45.7 54.75 63.42 -
YUV 189.3 134.6 102.83 -
System Red Green Blue C M Y K H S L
Decimal 154 205 201 0.25 0 0.02 0.20 175.29 0.34 0.7
Hex 9A CD C9 19 0 2 14 AF 22 46
Octal 232 315 311 31 0 2 24 257 42 106
Binary 10011010 11001101 11001001 11001 0 10 10100 10101111 100010 1000110

Color Harmonies of #9ACDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACDC9

Black with #9ACDC9

Text Example


Text Example

White with #9ACDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ACDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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