Html Css Color HEX #9BCECE Morning Glory

📋 copy color: '#9BCECE'

red 155 ◦ green 206 ◦ blue 206

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

Shades of Morning Glory #9BCECE

Tints of Morning Glory #9BCECE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.33%

 BLUE value IS 206 (80.86% from 255) = 36.33%

R = 27.34%
G = 36.33%
B = 36.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9BCECE (or 0x9BCECE) is known color: Morning Glory. HEX triplet: 9B, CE and CE. RGB value is (155,206,206). Sum of RGB (Red+Green+Blue) = 155+206+206=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #9BCECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCECE is #643131. Grayscale: #BEBEBE. Windows color (decimal): -6566194 or 13553307. OLE color: 13553307.

HSL color Cylindrical-coordinate representation of color #9BCECE: hue angle of 180º degrees, saturation: 0.34, 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 #9BCECE is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 206 206 -
CMYK 0.25 0 0 0.19
HSL 180º 0.34% 0.71% -
HSV(B) 180º 0.25% 0.81% -
XYZ 46.73 55.57 66.66 -
YUV 190.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 155 206 206 0.25 0 0 0.19 180 0.34 0.71
Hex 9B CE CE 19 0 0 13 B4 22 47
Octal 233 316 316 31 0 0 23 264 42 107
Binary 10011011 11001110 11001110 11001 0 0 10011 10110100 100010 1000111

Color Harmonies of #9BCECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCECE

Black with #9BCECE

Text Example


Text Example

White with #9BCECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,206,206); }

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

background-color css

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

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

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

border-color css

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

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

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