Html Css Color HEX #9DDBDB Morning Glory

📋 copy color: '#9DDBDB'

red 157 ◦ green 219 ◦ blue 219

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

Shades of Morning Glory #9DDBDB

Tints of Morning Glory #9DDBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.81%

R = 26.39%
G = 36.81%
B = 36.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DDBDB (or 0x9DDBDB) is known color: Morning Glory. HEX triplet: 9D, DB and DB. RGB value is (157,219,219). Sum of RGB (Red+Green+Blue) = 157+219+219=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #9DDBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBDB is #622424. Grayscale: #C8C8C8. Windows color (decimal): -6431781 or 14408605. OLE color: 14408605.

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

Color convert

RGB 157 219 219 -
CMYK 0.28 0 0 0.14
HSL 180º 0.46% 0.74% -
HSV(B) 180º 0.28% 0.86% -
XYZ 52.02 62.95 76.43 -
YUV 200.46 138.46 97 -
System Red Green Blue C M Y K H S L
Decimal 157 219 219 0.28 0 0 0.14 180 0.46 0.74
Hex 9D DB DB 1C 0 0 E B4 2E 4A
Octal 235 333 333 34 0 0 16 264 56 112
Binary 10011101 11011011 11011011 11100 0 0 1110 10110100 101110 1001010

Color Harmonies of #9DDBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDBDB

Black with #9DDBDB

Text Example


Text Example

White with #9DDBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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