Html Css Color HEX #9BC8CB Morning Glory

📋 copy color: '#9BC8CB'

red 155 ◦ green 200 ◦ blue 203

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

Shades of Morning Glory #9BC8CB

Tints of Morning Glory #9BC8CB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.84%

 BLUE value IS 203 (79.69% from 255) = 36.38%

R = 27.78%
G = 35.84%
B = 36.38%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9BC8CB (or 0x9BC8CB) is known color: Morning Glory. HEX triplet: 9B, C8 and CB. RGB value is (155,200,203). Sum of RGB (Red+Green+Blue) = 155+200+203=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BC8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC8CB is #643734. Grayscale: #BABABA. Windows color (decimal): -6567733 or 13355163. OLE color: 13355163.

HSL color Cylindrical-coordinate representation of color #9BC8CB: hue angle of 183.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BC8CB is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 200 203 -
CMYK 0.24 0.01 0 0.20
HSL 183.75º 0.32% 0.7% -
HSV(B) 183.75º 0.24% 0.8% -
XYZ 44.95 52.59 64.28 -
YUV 186.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 155 200 203 0.24 0.01 0 0.20 183.75 0.32 0.7
Hex 9B C8 CB 18 1 0 14 B8 20 46
Octal 233 310 313 30 1 0 24 270 40 106
Binary 10011011 11001000 11001011 11000 1 0 10100 10111000 100000 1000110

Color Harmonies of #9BC8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC8CB

Black with #9BC8CB

Text Example


Text Example

White with #9BC8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,200,203); }

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

background-color css

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

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

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

border-color css

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

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

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