Html Css Color HEX #9DCDCB Morning Glory

📋 copy color: '#9DCDCB'

red 157 ◦ green 205 ◦ blue 203

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

Shades of Morning Glory #9DCDCB

Tints of Morning Glory #9DCDCB

RGB

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

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

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

R = 27.79%
G = 36.28%
B = 35.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#9DCDCB (or 0x9DCDCB) is known color: Morning Glory. HEX triplet: 9D, CD and CB. RGB value is (157,205,203). Sum of RGB (Red+Green+Blue) = 157+205+203=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDCB is #623234. Grayscale: #BEBEBE. Windows color (decimal): -6435381 or 13356445. OLE color: 13356445.

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

Color convert

RGB 157 205 203 -
CMYK 0.23 0 0.01 0.20
HSL 177.5º 0.32% 0.71% -
HSV(B) 177.5º 0.23% 0.8% -
XYZ 46.52 55.14 64.69 -
YUV 190.42 135.1 104.16 -
System Red Green Blue C M Y K H S L
Decimal 157 205 203 0.23 0 0.01 0.20 177.5 0.32 0.71
Hex 9D CD CB 17 0 1 14 B2 20 47
Octal 235 315 313 27 0 1 24 262 40 107
Binary 10011101 11001101 11001011 10111 0 1 10100 10110010 100000 1000111

Color Harmonies of #9DCDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCDCB

Black with #9DCDCB

Text Example


Text Example

White with #9DCDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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