Html Css Color HEX #9BCBCC Morning Glory

📋 copy color: '#9BCBCC'

red 155 ◦ green 203 ◦ blue 204

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

Shades of Morning Glory #9BCBCC

Tints of Morning Glory #9BCBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.12%

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 27.58%
G = 36.12%
B = 36.3%

CMYK

 C value IS 0.24

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9BCBCC (or 0x9BCBCC) is known color: Morning Glory. HEX triplet: 9B, CB and CC. RGB value is (155,203,204). Sum of RGB (Red+Green+Blue) = 155+203+204=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BCBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCBCC is #643433. Grayscale: #BCBCBC. Windows color (decimal): -6566964 or 13421467. OLE color: 13421467.

HSL color Cylindrical-coordinate representation of color #9BCBCC: hue angle of 181.22º 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 #9BCBCC is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 203 204 -
CMYK 0.24 0.00 0 0.2
HSL 181.22º 0.32% 0.7% -
HSV(B) 181.22º 0.24% 0.8% -
XYZ 45.77 54.04 65.15 -
YUV 188.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 155 203 204 0.24 0.00 0 0.2 181.22 0.32 0.7
Hex 9B CB CC 18 0 0 14 B5 20 46
Octal 233 313 314 30 0 0 24 265 40 106
Binary 10011011 11001011 11001100 11000 0 0 10100 10110101 100000 1000110

Color Harmonies of #9BCBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCBCC

Black with #9BCBCC

Text Example


Text Example

White with #9BCBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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