Html Css Color HEX #9ACDCB Morning Glory

📋 copy color: '#9ACDCB'

red 154 ◦ green 205 ◦ blue 203

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

Shades of Morning Glory #9ACDCB

Tints of Morning Glory #9ACDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.12%

R = 27.4%
G = 36.48%
B = 36.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#9ACDCB (or 0x9ACDCB) is known color: Morning Glory. HEX triplet: 9A, CD and CB. RGB value is (154,205,203). Sum of RGB (Red+Green+Blue) = 154+205+203=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDCB is #653234. Grayscale: #BDBDBD. Windows color (decimal): -6631989 or 13356442. OLE color: 13356442.

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

Color convert

RGB 154 205 203 -
CMYK 0.25 0 0.01 0.20
HSL 177.65º 0.34% 0.7% -
HSV(B) 177.65º 0.25% 0.8% -
XYZ 45.94 54.84 64.66 -
YUV 189.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 154 205 203 0.25 0 0.01 0.20 177.65 0.34 0.7
Hex 9A CD CB 19 0 1 14 B2 22 46
Octal 232 315 313 31 0 1 24 262 42 106
Binary 10011010 11001101 11001011 11001 0 1 10100 10110010 100010 1000110

Color Harmonies of #9ACDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACDCB

Black with #9ACDCB

Text Example


Text Example

White with #9ACDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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