Html Css Color HEX #9BC9CD Morning Glory

📋 copy color: '#9BC9CD'

red 155 ◦ green 201 ◦ blue 205

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

Shades of Morning Glory #9BC9CD

Tints of Morning Glory #9BC9CD

RGB

 RED value IS 155 (60.94% from 255) = 27.63%

 GREEN value IS 201 (78.91% from 255) = 35.83%

 BLUE value IS 205 (80.47% from 255) = 36.54%

R = 27.63%
G = 35.83%
B = 36.54%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9BC9CD (or 0x9BC9CD) is known color: Morning Glory. HEX triplet: 9B, C9 and CD. RGB value is (155,201,205). Sum of RGB (Red+Green+Blue) = 155+201+205=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BC9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC9CD is #643632. Grayscale: #BBBBBB. Windows color (decimal): -6567475 or 13486491. OLE color: 13486491.

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

Color convert

RGB 155 201 205 -
CMYK 0.24 0.02 0 0.20
HSL 184.8º 0.33% 0.71% -
HSV(B) 184.8º 0.24% 0.8% -
XYZ 45.42 53.15 65.62 -
YUV 187.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 155 201 205 0.24 0.02 0 0.20 184.8 0.33 0.71
Hex 9B C9 CD 18 2 0 14 B9 21 47
Octal 233 311 315 30 2 0 24 271 41 107
Binary 10011011 11001001 11001101 11000 10 0 10100 10111001 100001 1000111

Color Harmonies of #9BC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC9CD

Black with #9BC9CD

Text Example


Text Example

White with #9BC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,201,205); }

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

background-color css

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

 a { background-color: rgb(155,201,205); }

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

border-color css

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

 span { border-color: rgb(155,201,205); }

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