Html Css Color HEX #9DDBDC Morning Glory

📋 copy color: '#9DDBDC'

red 157 ◦ green 219 ◦ blue 220

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

Shades of Morning Glory #9DDBDC

Tints of Morning Glory #9DDBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.91%

R = 26.34%
G = 36.74%
B = 36.91%

CMYK

 C value IS 0.29

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DDBDC (or 0x9DDBDC) is known color: Morning Glory. HEX triplet: 9D, DB and DC. RGB value is (157,219,220). Sum of RGB (Red+Green+Blue) = 157+219+220=596 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.34% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DDBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBDC is #622423. Grayscale: #C8C8C8. Windows color (decimal): -6431780 or 14474141. OLE color: 14474141.

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

Color convert

RGB 157 219 220 -
CMYK 0.29 0.00 0 0.14
HSL 180.95º 0.47% 0.74% -
HSV(B) 180.95º 0.29% 0.86% -
XYZ 52.15 63 77.12 -
YUV 200.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 157 219 220 0.29 0.00 0 0.14 180.95 0.47 0.74
Hex 9D DB DC 1D 0 0 E B5 2F 4A
Octal 235 333 334 35 0 0 16 265 57 112
Binary 10011101 11011011 11011100 11101 0 0 1110 10110101 101111 1001010

Color Harmonies of #9DDBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDBDC

Black with #9DDBDC

Text Example


Text Example

White with #9DDBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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