Html Css Color HEX #9DCBCC Morning Glory

📋 copy color: '#9DCBCC'

red 157 ◦ green 203 ◦ blue 204

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

Shades of Morning Glory #9DCBCC

Tints of Morning Glory #9DCBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.99%

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

R = 27.84%
G = 35.99%
B = 36.17%

CMYK

 C value IS 0.23

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9DCBCC (or 0x9DCBCC) is known color: Morning Glory. HEX triplet: 9D, CB and CC. RGB value is (157,203,204). Sum of RGB (Red+Green+Blue) = 157+203+204=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DCBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBCC is #623433. Grayscale: #BDBDBD. Windows color (decimal): -6435892 or 13421469. OLE color: 13421469.

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

Color convert

RGB 157 203 204 -
CMYK 0.23 0.00 0 0.2
HSL 181.28º 0.32% 0.71% -
HSV(B) 181.28º 0.23% 0.8% -
XYZ 46.16 54.24 65.16 -
YUV 189.36 136.26 104.92 -
System Red Green Blue C M Y K H S L
Decimal 157 203 204 0.23 0.00 0 0.2 181.28 0.32 0.71
Hex 9D CB CC 17 0 0 14 B5 20 47
Octal 235 313 314 27 0 0 24 265 40 107
Binary 10011101 11001011 11001100 10111 0 0 10100 10110101 100000 1000111

Color Harmonies of #9DCBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCBCC

Black with #9DCBCC

Text Example


Text Example

White with #9DCBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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