Html Css Color HEX #9DCACB Morning Glory

📋 copy color: '#9DCACB'

red 157 ◦ green 202 ◦ blue 203

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

Shades of Morning Glory #9DCACB

Tints of Morning Glory #9DCACB

RGB

 RED value IS 157 (61.72% from 255) = 27.94%

 GREEN value IS 202 (79.3% from 255) = 35.94%

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

R = 27.94%
G = 35.94%
B = 36.12%

CMYK

 C value IS 0.23

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9DCACB (or 0x9DCACB) is known color: Morning Glory. HEX triplet: 9D, CA and CB. RGB value is (157,202,203). Sum of RGB (Red+Green+Blue) = 157+202+203=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DCACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCACB is #623534. Grayscale: #BCBCBC. Windows color (decimal): -6436149 or 13355677. OLE color: 13355677.

HSL color Cylindrical-coordinate representation of color #9DCACB: hue angle of 181.3º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCACB is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 202 203 -
CMYK 0.23 0.00 0 0.20
HSL 181.3º 0.31% 0.71% -
HSV(B) 181.3º 0.23% 0.8% -
XYZ 45.8 53.72 64.45 -
YUV 188.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 157 202 203 0.23 0.00 0 0.20 181.3 0.31 0.71
Hex 9D CA CB 17 0 0 14 B5 1F 47
Octal 235 312 313 27 0 0 24 265 37 107
Binary 10011101 11001010 11001011 10111 0 0 10100 10110101 11111 1000111

Color Harmonies of #9DCACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCACB

Black with #9DCACB

Text Example


Text Example

White with #9DCACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,202,203); }

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

background-color css

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

 a { background-color: rgb(157,202,203); }

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

border-color css

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

 span { border-color: rgb(157,202,203); }

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