Html Css Color HEX #9BDDDA Morning Glory

📋 copy color: '#9BDDDA'

red 155 ◦ green 221 ◦ blue 218

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

Shades of Morning Glory #9BDDDA

Tints of Morning Glory #9BDDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.21%

 BLUE value IS 218 (85.55% from 255) = 36.7%

R = 26.09%
G = 37.21%
B = 36.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#9BDDDA (or 0x9BDDDA) is known color: Morning Glory. HEX triplet: 9B, DD and DA. RGB value is (155,221,218). Sum of RGB (Red+Green+Blue) = 155+221+218=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDDA is #642225. Grayscale: #C8C8C8. Windows color (decimal): -6562342 or 14343579. OLE color: 14343579.

HSL color Cylindrical-coordinate representation of color #9BDDDA: hue angle of 177.27º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDDDA is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 221 218 -
CMYK 0.30 0 0.01 0.13
HSL 177.27º 0.49% 0.74% -
HSV(B) 177.27º 0.3% 0.87% -
XYZ 52.03 63.74 75.89 -
YUV 200.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 155 221 218 0.30 0 0.01 0.13 177.27 0.49 0.74
Hex 9B DD DA 1E 0 1 D B1 31 4A
Octal 233 335 332 36 0 1 15 261 61 112
Binary 10011011 11011101 11011010 11110 0 1 1101 10110001 110001 1001010

Color Harmonies of #9BDDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDDDA

Black with #9BDDDA

Text Example


Text Example

White with #9BDDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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