Html Css Color HEX #9BDBDD Morning Glory

📋 copy color: '#9BDBDD'

red 155 ◦ green 219 ◦ blue 221

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

Shades of Morning Glory #9BDBDD

Tints of Morning Glory #9BDBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 26.05%
G = 36.81%
B = 37.14%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BDBDD (or 0x9BDBDD) is known color: Morning Glory. HEX triplet: 9B, DB and DD. RGB value is (155,219,221). Sum of RGB (Red+Green+Blue) = 155+219+221=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BDBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBDD is #642422. Grayscale: #C8C8C8. Windows color (decimal): -6562851 or 14539675. OLE color: 14539675.

HSL color Cylindrical-coordinate representation of color #9BDBDD: hue angle of 181.82º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDBDD is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 219 221 -
CMYK 0.30 0.01 0 0.13
HSL 181.82º 0.49% 0.74% -
HSV(B) 181.82º 0.3% 0.87% -
XYZ 51.9 62.85 77.8 -
YUV 200.09 139.8 95.84 -
System Red Green Blue C M Y K H S L
Decimal 155 219 221 0.30 0.01 0 0.13 181.82 0.49 0.74
Hex 9B DB DD 1E 1 0 D B6 31 4A
Octal 233 333 335 36 1 0 15 266 61 112
Binary 10011011 11011011 11011101 11110 1 0 1101 10110110 110001 1001010

Color Harmonies of #9BDBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDBDD

Black with #9BDBDD

Text Example


Text Example

White with #9BDBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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