Html Css Color HEX #9BDBD9 Morning Glory

📋 copy color: '#9BDBD9'

red 155 ◦ green 219 ◦ blue 217

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

Shades of Morning Glory #9BDBD9

Tints of Morning Glory #9BDBD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.72%

R = 26.23%
G = 37.06%
B = 36.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#9BDBD9 (or 0x9BDBD9) is known color: Morning Glory. HEX triplet: 9B, DB and D9. RGB value is (155,219,217). Sum of RGB (Red+Green+Blue) = 155+219+217=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBD9 is #642426. Grayscale: #C7C7C7. Windows color (decimal): -6562855 or 14277531. OLE color: 14277531.

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

Color convert

RGB 155 219 217 -
CMYK 0.29 0 0.01 0.14
HSL 178.13º 0.47% 0.73% -
HSV(B) 178.13º 0.29% 0.86% -
XYZ 51.37 62.64 75.03 -
YUV 199.64 137.8 96.16 -
System Red Green Blue C M Y K H S L
Decimal 155 219 217 0.29 0 0.01 0.14 178.13 0.47 0.73
Hex 9B DB D9 1D 0 1 E B2 2F 49
Octal 233 333 331 35 0 1 16 262 57 111
Binary 10011011 11011011 11011001 11101 0 1 1110 10110010 101111 1001001

Color Harmonies of #9BDBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDBD9

Black with #9BDBD9

Text Example


Text Example

White with #9BDBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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