Html Css Color HEX #9BD0CD Morning Glory

📋 copy color: '#9BD0CD'

red 155 ◦ green 208 ◦ blue 205

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

Shades of Morning Glory #9BD0CD

Tints of Morning Glory #9BD0CD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.62%

 BLUE value IS 205 (80.47% from 255) = 36.09%

R = 27.29%
G = 36.62%
B = 36.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#9BD0CD (or 0x9BD0CD) is known color: Morning Glory. HEX triplet: 9B, D0 and CD. RGB value is (155,208,205). Sum of RGB (Red+Green+Blue) = 155+208+205=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD0CD is #642F32. Grayscale: #BFBFBF. Windows color (decimal): -6565683 or 13488283. OLE color: 13488283.

HSL color Cylindrical-coordinate representation of color #9BD0CD: hue angle of 176.6º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BD0CD is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 208 205 -
CMYK 0.25 0 0.01 0.18
HSL 176.6º 0.36% 0.71% -
HSV(B) 176.6º 0.25% 0.82% -
XYZ 47.09 56.49 66.18 -
YUV 191.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 155 208 205 0.25 0 0.01 0.18 176.6 0.36 0.71
Hex 9B D0 CD 19 0 1 12 B1 24 47
Octal 233 320 315 31 0 1 22 261 44 107
Binary 10011011 11010000 11001101 11001 0 1 10010 10110001 100100 1000111

Color Harmonies of #9BD0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD0CD

Black with #9BD0CD

Text Example


Text Example

White with #9BD0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,208,205); }

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

background-color css

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

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

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

border-color css

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

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

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