Html Css Color HEX #9BCFCD Morning Glory

📋 copy color: '#9BCFCD'

red 155 ◦ green 207 ◦ blue 205

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

Shades of Morning Glory #9BCFCD

Tints of Morning Glory #9BCFCD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.51%

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

R = 27.34%
G = 36.51%
B = 36.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#9BCFCD (or 0x9BCFCD) is known color: Morning Glory. HEX triplet: 9B, CF and CD. RGB value is (155,207,205). Sum of RGB (Red+Green+Blue) = 155+207+205=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFCD is #643032. Grayscale: #BFBFBF. Windows color (decimal): -6565939 or 13488027. OLE color: 13488027.

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

Color convert

RGB 155 207 205 -
CMYK 0.25 0 0.01 0.19
HSL 177.69º 0.35% 0.71% -
HSV(B) 177.69º 0.25% 0.81% -
XYZ 46.85 56 66.1 -
YUV 191.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 155 207 205 0.25 0 0.01 0.19 177.69 0.35 0.71
Hex 9B CF CD 19 0 1 13 B2 23 47
Octal 233 317 315 31 0 1 23 262 43 107
Binary 10011011 11001111 11001101 11001 0 1 10011 10110010 100011 1000111

Color Harmonies of #9BCFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCFCD

Black with #9BCFCD

Text Example


Text Example

White with #9BCFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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