Html Css Color HEX #9BD7DC Morning Glory

📋 copy color: '#9BD7DC'

red 155 ◦ green 215 ◦ blue 220

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

Shades of Morning Glory #9BD7DC

Tints of Morning Glory #9BD7DC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.44%

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 26.27%
G = 36.44%
B = 37.29%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BD7DC (or 0x9BD7DC) is known color: Morning Glory. HEX triplet: 9B, D7 and DC. RGB value is (155,215,220). Sum of RGB (Red+Green+Blue) = 155+215+220=590 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.27% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BD7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD7DC is #642823. Grayscale: #C5C5C5. Windows color (decimal): -6563876 or 14473115. OLE color: 14473115.

HSL color Cylindrical-coordinate representation of color #9BD7DC: hue angle of 184.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BD7DC is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 215 220 -
CMYK 0.30 0.02 0 0.14
HSL 184.62º 0.48% 0.74% -
HSV(B) 184.62º 0.3% 0.86% -
XYZ 50.74 60.74 76.76 -
YUV 197.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 155 215 220 0.30 0.02 0 0.14 184.62 0.48 0.74
Hex 9B D7 DC 1E 2 0 E B9 30 4A
Octal 233 327 334 36 2 0 16 271 60 112
Binary 10011011 11010111 11011100 11110 10 0 1110 10111001 110000 1001010

Color Harmonies of #9BD7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD7DC

Black with #9BD7DC

Text Example


Text Example

White with #9BD7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,215,220); }

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

background-color css

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

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

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

border-color css

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

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

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