Html Css Color HEX #9FDCDB Morning Glory

📋 copy color: '#9FDCDB'

red 159 ◦ green 220 ◦ blue 219

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

Shades of Morning Glory #9FDCDB

Tints of Morning Glory #9FDCDB

RGB

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

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

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

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

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 159 220 219 -
CMYK 0.28 0 0.00 0.14
HSL 179.02º 0.47% 0.74% -
HSV(B) 179.02º 0.28% 0.86% -
XYZ 52.68 63.67 76.53 -
YUV 201.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 159 220 219 0.28 0 0.00 0.14 179.02 0.47 0.74
Hex 9F DC DB 1C 0 0 E B3 2F 4A
Octal 237 334 333 34 0 0 16 263 57 112
Binary 10011111 11011100 11011011 11100 0 0 1110 10110011 101111 1001010

Color Harmonies of #9FDCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCDB

Black with #9FDCDB

Text Example


Text Example

White with #9FDCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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