Html Css Color HEX #9BDCDC Morning Glory

📋 copy color: '#9BDCDC'

red 155 ◦ green 220 ◦ blue 220

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

Shades of Morning Glory #9BDCDC

Tints of Morning Glory #9BDCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.97%

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

R = 26.05%
G = 36.97%
B = 36.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BDCDC (or 0x9BDCDC) is known color: Morning Glory. HEX triplet: 9B, DC and DC. RGB value is (155,220,220). Sum of RGB (Red+Green+Blue) = 155+220+220=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #9BDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCDC is #642323. Grayscale: #C8C8C8. Windows color (decimal): -6562596 or 14474395. OLE color: 14474395.

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

Color convert

RGB 155 220 220 -
CMYK 0.30 0 0 0.14
HSL 180º 0.48% 0.74% -
HSV(B) 180º 0.3% 0.86% -
XYZ 52.03 63.32 77.19 -
YUV 200.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 155 220 220 0.30 0 0 0.14 180 0.48 0.74
Hex 9B DC DC 1E 0 0 E B4 30 4A
Octal 233 334 334 36 0 0 16 264 60 112
Binary 10011011 11011100 11011100 11110 0 0 1110 10110100 110000 1001010

Color Harmonies of #9BDCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDCDC

Black with #9BDCDC

Text Example


Text Example

White with #9BDCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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