Html Css Color HEX #9BDCDB Morning Glory

📋 copy color: '#9BDCDB'

red 155 ◦ green 220 ◦ blue 219

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

Shades of Morning Glory #9BDCDB

Tints of Morning Glory #9BDCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.04%

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

R = 26.09%
G = 37.04%
B = 36.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#9BDCDB (or 0x9BDCDB) is known color: Morning Glory. HEX triplet: 9B, DC and DB. RGB value is (155,220,219). Sum of RGB (Red+Green+Blue) = 155+220+219=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCDB is #642324. Grayscale: #C8C8C8. Windows color (decimal): -6562597 or 14408859. OLE color: 14408859.

HSL color Cylindrical-coordinate representation of color #9BDCDB: hue angle of 179.08º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDCDB is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 220 219 -
CMYK 0.30 0 0.00 0.14
HSL 179.08º 0.48% 0.74% -
HSV(B) 179.08º 0.3% 0.86% -
XYZ 51.9 63.27 76.49 -
YUV 200.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 155 220 219 0.30 0 0.00 0.14 179.08 0.48 0.74
Hex 9B DC DB 1E 0 0 E B3 30 4A
Octal 233 334 333 36 0 0 16 263 60 112
Binary 10011011 11011100 11011011 11110 0 0 1110 10110011 110000 1001010

Color Harmonies of #9BDCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDCDB

Black with #9BDCDB

Text Example


Text Example

White with #9BDCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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