Html Css Color HEX #9FDCDD Morning Glory

📋 copy color: '#9FDCDD'

red 159 ◦ green 220 ◦ blue 221

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

Shades of Morning Glory #9FDCDD

Tints of Morning Glory #9FDCDD

RGB

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

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

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

R = 26.5%
G = 36.67%
B = 36.83%

CMYK

 C value IS 0.28

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FDCDD (or 0x9FDCDD) is known color: Morning Glory. HEX triplet: 9F, DC and DD. RGB value is (159,220,221). Sum of RGB (Red+Green+Blue) = 159+220+221=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FDCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCDD is #602322. Grayscale: #C9C9C9. Windows color (decimal): -6300451 or 14539935. OLE color: 14539935.

HSL color Cylindrical-coordinate representation of color #9FDCDD: hue angle of 180.97º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCDD is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 220 221 -
CMYK 0.28 0.00 0 0.13
HSL 180.97º 0.48% 0.75% -
HSV(B) 180.97º 0.28% 0.87% -
XYZ 52.94 63.78 77.93 -
YUV 201.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 159 220 221 0.28 0.00 0 0.13 180.97 0.48 0.75
Hex 9F DC DD 1C 0 0 D B5 30 4B
Octal 237 334 335 34 0 0 15 265 60 113
Binary 10011111 11011100 11011101 11100 0 0 1101 10110101 110000 1001011

Color Harmonies of #9FDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCDD

Black with #9FDCDD

Text Example


Text Example

White with #9FDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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