Html Css Color HEX #9FDBDC Morning Glory

📋 copy color: '#9FDBDC'

red 159 ◦ green 219 ◦ blue 220

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

Shades of Morning Glory #9FDBDC

Tints of Morning Glory #9FDBDC

RGB

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

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

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

R = 26.59%
G = 36.62%
B = 36.79%

CMYK

 C value IS 0.28

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FDBDC (or 0x9FDBDC) is known color: Morning Glory. HEX triplet: 9F, DB and DC. RGB value is (159,219,220). Sum of RGB (Red+Green+Blue) = 159+219+220=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FDBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBDC is #602423. Grayscale: #C9C9C9. Windows color (decimal): -6300708 or 14474143. OLE color: 14474143.

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

Color convert

RGB 159 219 220 -
CMYK 0.28 0.00 0 0.14
HSL 180.98º 0.47% 0.74% -
HSV(B) 180.98º 0.28% 0.86% -
XYZ 52.55 63.2 77.14 -
YUV 201.17 138.62 97.92 -
System Red Green Blue C M Y K H S L
Decimal 159 219 220 0.28 0.00 0 0.14 180.98 0.47 0.74
Hex 9F DB DC 1C 0 0 E B5 2F 4A
Octal 237 333 334 34 0 0 16 265 57 112
Binary 10011111 11011011 11011100 11100 0 0 1110 10110101 101111 1001010

Color Harmonies of #9FDBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBDC

Black with #9FDBDC

Text Example


Text Example

White with #9FDBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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