Html Css Color HEX #9FDCDC Morning Glory

📋 copy color: '#9FDCDC'

red 159 ◦ green 220 ◦ blue 220

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

Shades of Morning Glory #9FDCDC

Tints of Morning Glory #9FDCDC

RGB

 RED value IS 159 (62.5% from 255) = 26.54%

 GREEN value IS 220 (86.33% from 255) = 36.73%

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

R = 26.54%
G = 36.73%
B = 36.73%

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

#9FDCDC (or 0x9FDCDC) is known color: Morning Glory. HEX triplet: 9F, DC and DC. RGB value is (159,220,220). Sum of RGB (Red+Green+Blue) = 159+220+220=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #9FDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCDC is #602323. Grayscale: #C9C9C9. Windows color (decimal): -6300452 or 14474399. OLE color: 14474399.

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

Color convert

RGB 159 220 220 -
CMYK 0.28 0 0 0.14
HSL 180º 0.47% 0.74% -
HSV(B) 180º 0.28% 0.86% -
XYZ 52.81 63.72 77.23 -
YUV 201.76 138.29 97.5 -
System Red Green Blue C M Y K H S L
Decimal 159 220 220 0.28 0 0 0.14 180 0.47 0.74
Hex 9F DC DC 1C 0 0 E B4 2F 4A
Octal 237 334 334 34 0 0 16 264 57 112
Binary 10011111 11011100 11011100 11100 0 0 1110 10110100 101111 1001010

Color Harmonies of #9FDCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCDC

Black with #9FDCDC

Text Example


Text Example

White with #9FDCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,220,220); }

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

background-color css

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

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

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

border-color css

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

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

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