#9BDCDA

Color #9BDCDA Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #9BDCDA

Tints of Morning Glory #9BDCDA

Color information

#9BDCDA (or 0x9BDCDA) is unknown color: approx Morning Glory. HEX triplet: 9B, DC and DA. RGB value is (155,220,218). Sum of RGB (Red+Green+Blue) = 155+220+218=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCDA is #642325. Grayscale: #C8C8C8. Windows color (decimal): -6562598 or 14343323. OLE color: 14343323.

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

Color convert

RGB155220218-
CMYK0.3000.010.14
HSL178.15º48.15%73.53%-
HSV(B)178.15º29.55%86.27%-
XYZ51.7763.2275.8-
YUV200.34137.9795.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.14%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=26.14%
G=37.10%
B=36.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552202180.3000.010.14178.1548.1573.53
Hex9BDCDA1E01Eb2304a
Octal23333433236011626260112
Binary10011011110111001101101011110011110101100101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BDCDA;
 }
 .AnyTagClassName
 {
   color: #9BDCDA;
 }
</style>
background-color css

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

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

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

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

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

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