Html Css Color HEX #9BD9D5 Morning Glory

📋 copy color: '#9BD9D5'

red 155 ◦ green 217 ◦ blue 213

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

Shades of Morning Glory #9BD9D5

Tints of Morning Glory #9BD9D5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.09%

 BLUE value IS 213 (83.59% from 255) = 36.41%

R = 26.5%
G = 37.09%
B = 36.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#9BD9D5 (or 0x9BD9D5) is known color: Morning Glory. HEX triplet: 9B, D9 and D5. RGB value is (155,217,213). Sum of RGB (Red+Green+Blue) = 155+217+213=585 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.50% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD9D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD9D5 is #64262A. Grayscale: #C5C5C5. Windows color (decimal): -6563371 or 14014875. OLE color: 14014875.

HSL color Cylindrical-coordinate representation of color #9BD9D5: hue angle of 176.13º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BD9D5 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 217 213 -
CMYK 0.29 0 0.02 0.15
HSL 176.13º 0.45% 0.73% -
HSV(B) 176.13º 0.29% 0.85% -
XYZ 50.34 61.4 72.15 -
YUV 198.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 155 217 213 0.29 0 0.02 0.15 176.13 0.45 0.73
Hex 9B D9 D5 1D 0 2 F B0 2D 49
Octal 233 331 325 35 0 2 17 260 55 111
Binary 10011011 11011001 11010101 11101 0 10 1111 10110000 101101 1001001

Color Harmonies of #9BD9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD9D5

Black with #9BD9D5

Text Example


Text Example

White with #9BD9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,217,213); }

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

background-color css

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

 a { background-color: rgb(155,217,213); }

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

border-color css

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

 span { border-color: rgb(155,217,213); }

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