Html Css Color HEX #9BD9D6 Morning Glory

📋 copy color: '#9BD9D6'

red 155 ◦ green 217 ◦ blue 214

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

Shades of Morning Glory #9BD9D6

Tints of Morning Glory #9BD9D6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.03%

 BLUE value IS 214 (83.98% from 255) = 36.52%

R = 26.45%
G = 37.03%
B = 36.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#9BD9D6 (or 0x9BD9D6) is known color: Morning Glory. HEX triplet: 9B, D9 and D6. RGB value is (155,217,214). Sum of RGB (Red+Green+Blue) = 155+217+214=586 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.45% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD9D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD9D6 is #642629. Grayscale: #C6C6C6. Windows color (decimal): -6563370 or 14080411. OLE color: 14080411.

HSL color Cylindrical-coordinate representation of color #9BD9D6: hue angle of 177.1º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BD9D6 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 217 214 -
CMYK 0.29 0 0.01 0.15
HSL 177.1º 0.45% 0.73% -
HSV(B) 177.1º 0.29% 0.85% -
XYZ 50.47 61.45 72.82 -
YUV 198.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 155 217 214 0.29 0 0.01 0.15 177.1 0.45 0.73
Hex 9B D9 D6 1D 0 1 F B1 2D 49
Octal 233 331 326 35 0 1 17 261 55 111
Binary 10011011 11011001 11010110 11101 0 1 1111 10110001 101101 1001001

Color Harmonies of #9BD9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD9D6

Black with #9BD9D6

Text Example


Text Example

White with #9BD9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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