Html Css Color HEX #9BDBDB Morning Glory

📋 copy color: '#9BDBDB'

red 155 ◦ green 219 ◦ blue 219

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

Shades of Morning Glory #9BDBDB

Tints of Morning Glory #9BDBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.93%

R = 26.14%
G = 36.93%
B = 36.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BDBDB (or 0x9BDBDB) is known color: Morning Glory. HEX triplet: 9B, DB and DB. RGB value is (155,219,219). Sum of RGB (Red+Green+Blue) = 155+219+219=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #9BDBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBDB is #642424. Grayscale: #C7C7C7. Windows color (decimal): -6562853 or 14408603. OLE color: 14408603.

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

Color convert

RGB 155 219 219 -
CMYK 0.29 0 0 0.14
HSL 180º 0.47% 0.73% -
HSV(B) 180º 0.29% 0.86% -
XYZ 51.64 62.75 76.41 -
YUV 199.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 155 219 219 0.29 0 0 0.14 180 0.47 0.73
Hex 9B DB DB 1D 0 0 E B4 2F 49
Octal 233 333 333 35 0 0 16 264 57 111
Binary 10011011 11011011 11011011 11101 0 0 1110 10110100 101111 1001001

Color Harmonies of #9BDBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDBDB

Black with #9BDBDB

Text Example


Text Example

White with #9BDBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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