Html Css Color HEX #9BC7CC Morning Glory

📋 copy color: '#9BC7CC'

red 155 ◦ green 199 ◦ blue 204

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

Shades of Morning Glory #9BC7CC

Tints of Morning Glory #9BC7CC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.66%

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

R = 27.78%
G = 35.66%
B = 36.56%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9BC7CC (or 0x9BC7CC) is known color: Morning Glory. HEX triplet: 9B, C7 and CC. RGB value is (155,199,204). Sum of RGB (Red+Green+Blue) = 155+199+204=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BC7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7CC is #643833. Grayscale: #BABABA. Windows color (decimal): -6567988 or 13420443. OLE color: 13420443.

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

Color convert

RGB 155 199 204 -
CMYK 0.24 0.02 0 0.2
HSL 186.12º 0.32% 0.7% -
HSV(B) 186.12º 0.24% 0.8% -
XYZ 44.84 52.18 64.83 -
YUV 186.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 155 199 204 0.24 0.02 0 0.2 186.12 0.32 0.7
Hex 9B C7 CC 18 2 0 14 BA 20 46
Octal 233 307 314 30 2 0 24 272 40 106
Binary 10011011 11000111 11001100 11000 10 0 10100 10111010 100000 1000110

Color Harmonies of #9BC7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC7CC

Black with #9BC7CC

Text Example


Text Example

White with #9BC7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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