Html Css Color HEX #9ACDCC Morning Glory

📋 copy color: '#9ACDCC'

red 154 ◦ green 205 ◦ blue 204

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

Shades of Morning Glory #9ACDCC

Tints of Morning Glory #9ACDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 27.35%
G = 36.41%
B = 36.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#9ACDCC (or 0x9ACDCC) is known color: Morning Glory. HEX triplet: 9A, CD and CC. RGB value is (154,205,204). Sum of RGB (Red+Green+Blue) = 154+205+204=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDCC is #653233. Grayscale: #BDBDBD. Windows color (decimal): -6631988 or 13421978. OLE color: 13421978.

HSL color Cylindrical-coordinate representation of color #9ACDCC: hue angle of 178.82º 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 #9ACDCC is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 205 204 -
CMYK 0.25 0 0.00 0.20
HSL 178.82º 0.34% 0.7% -
HSV(B) 178.82º 0.25% 0.8% -
XYZ 46.06 54.89 65.29 -
YUV 189.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 154 205 204 0.25 0 0.00 0.20 178.82 0.34 0.7
Hex 9A CD CC 19 0 0 14 B3 22 46
Octal 232 315 314 31 0 0 24 263 42 106
Binary 10011010 11001101 11001100 11001 0 0 10100 10110011 100010 1000110

Color Harmonies of #9ACDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACDCC

Black with #9ACDCC

Text Example


Text Example

White with #9ACDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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