Html Css Color HEX #9BDBD7 Morning Glory

📋 copy color: '#9BDBD7'

red 155 ◦ green 219 ◦ blue 215

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

Shades of Morning Glory #9BDBD7

Tints of Morning Glory #9BDBD7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.18%

 BLUE value IS 215 (84.38% from 255) = 36.5%

R = 26.32%
G = 37.18%
B = 36.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#9BDBD7 (or 0x9BDBD7) is known color: Morning Glory. HEX triplet: 9B, DB and D7. RGB value is (155,219,215). Sum of RGB (Red+Green+Blue) = 155+219+215=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBD7 is #642428. Grayscale: #C7C7C7. Windows color (decimal): -6562857 or 14146459. OLE color: 14146459.

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

Color convert

RGB 155 219 215 -
CMYK 0.29 0 0.02 0.14
HSL 176.25º 0.47% 0.73% -
HSV(B) 176.25º 0.29% 0.86% -
XYZ 51.11 62.54 73.67 -
YUV 199.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 155 219 215 0.29 0 0.02 0.14 176.25 0.47 0.73
Hex 9B DB D7 1D 0 2 E B0 2F 49
Octal 233 333 327 35 0 2 16 260 57 111
Binary 10011011 11011011 11010111 11101 0 10 1110 10110000 101111 1001001

Color Harmonies of #9BDBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDBD7

Black with #9BDBD7

Text Example


Text Example

White with #9BDBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,219,215); }

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

background-color css

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

 a { background-color: rgb(155,219,215); }

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

border-color css

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

 span { border-color: rgb(155,219,215); }

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