Html Css Color HEX #9DC8CB Morning Glory

📋 copy color: '#9DC8CB'

red 157 ◦ green 200 ◦ blue 203

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

Shades of Morning Glory #9DC8CB

Tints of Morning Glory #9DC8CB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.71%

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

R = 28.04%
G = 35.71%
B = 36.25%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9DC8CB (or 0x9DC8CB) is known color: Morning Glory. HEX triplet: 9D, C8 and CB. RGB value is (157,200,203). Sum of RGB (Red+Green+Blue) = 157+200+203=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #9DC8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC8CB is #623734. Grayscale: #BBBBBB. Windows color (decimal): -6436661 or 13355165. OLE color: 13355165.

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

Color convert

RGB 157 200 203 -
CMYK 0.23 0.01 0 0.20
HSL 183.91º 0.31% 0.71% -
HSV(B) 183.91º 0.23% 0.8% -
XYZ 45.34 52.79 64.3 -
YUV 187.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 157 200 203 0.23 0.01 0 0.20 183.91 0.31 0.71
Hex 9D C8 CB 17 1 0 14 B8 1F 47
Octal 235 310 313 27 1 0 24 270 37 107
Binary 10011101 11001000 11001011 10111 1 0 10100 10111000 11111 1000111

Color Harmonies of #9DC8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC8CB

Black with #9DC8CB

Text Example


Text Example

White with #9DC8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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