Html Css Color HEX #9BDFDD Morning Glory

📋 copy color: '#9BDFDD'

red 155 ◦ green 223 ◦ blue 221

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

Shades of Morning Glory #9BDFDD

Tints of Morning Glory #9BDFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.23%

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 25.88%
G = 37.23%
B = 36.89%

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

#9BDFDD (or 0x9BDFDD) is known color: Morning Glory. HEX triplet: 9B, DF and DD. RGB value is (155,223,221). Sum of RGB (Red+Green+Blue) = 155+223+221=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFDD is #642022. Grayscale: #CACACA. Windows color (decimal): -6561827 or 14540699. OLE color: 14540699.

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

Color convert

RGB 155 223 221 -
CMYK 0.30 0 0.01 0.13
HSL 178.24º 0.52% 0.74% -
HSV(B) 178.24º 0.3% 0.87% -
XYZ 52.96 64.96 78.15 -
YUV 202.44 138.47 94.16 -
System Red Green Blue C M Y K H S L
Decimal 155 223 221 0.30 0 0.01 0.13 178.24 0.52 0.74
Hex 9B DF DD 1E 0 1 D B2 34 4A
Octal 233 337 335 36 0 1 15 262 64 112
Binary 10011011 11011111 11011101 11110 0 1 1101 10110010 110100 1001010

Color Harmonies of #9BDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDFDD

Black with #9BDFDD

Text Example


Text Example

White with #9BDFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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