Html Css Color HEX #9DDBDA Morning Glory

📋 copy color: '#9DDBDA'

red 157 ◦ green 219 ◦ blue 218

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

Shades of Morning Glory #9DDBDA

Tints of Morning Glory #9DDBDA

RGB

 RED value IS 157 (61.72% from 255) = 26.43%

 GREEN value IS 219 (85.94% from 255) = 36.87%

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

R = 26.43%
G = 36.87%
B = 36.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#9DDBDA (or 0x9DDBDA) is known color: Morning Glory. HEX triplet: 9D, DB and DA. RGB value is (157,219,218). Sum of RGB (Red+Green+Blue) = 157+219+218=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBDA is #622425. Grayscale: #C8C8C8. Windows color (decimal): -6431782 or 14343069. OLE color: 14343069.

HSL color Cylindrical-coordinate representation of color #9DDBDA: hue angle of 179.03º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDBDA is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 219 218 -
CMYK 0.28 0 0.00 0.14
HSL 179.03º 0.46% 0.74% -
HSV(B) 179.03º 0.28% 0.86% -
XYZ 51.89 62.89 75.73 -
YUV 200.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 157 219 218 0.28 0 0.00 0.14 179.03 0.46 0.74
Hex 9D DB DA 1C 0 0 E B3 2E 4A
Octal 235 333 332 34 0 0 16 263 56 112
Binary 10011101 11011011 11011010 11100 0 0 1110 10110011 101110 1001010

Color Harmonies of #9DDBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDBDA

Black with #9DDBDA

Text Example


Text Example

White with #9DDBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,219,218); }

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

background-color css

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

 a { background-color: rgb(157,219,218); }

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

border-color css

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

 span { border-color: rgb(157,219,218); }

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