Html Css Color HEX #9FD0CE Morning Glory

📋 copy color: '#9FD0CE'

red 159 ◦ green 208 ◦ blue 206

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

Shades of Morning Glory #9FD0CE

Tints of Morning Glory #9FD0CE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.3%

 BLUE value IS 206 (80.86% from 255) = 35.95%

R = 27.75%
G = 36.3%
B = 35.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#9FD0CE (or 0x9FD0CE) is known color: Morning Glory. HEX triplet: 9F, D0 and CE. RGB value is (159,208,206). Sum of RGB (Red+Green+Blue) = 159+208+206=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD0CE is #602F31. Grayscale: #C1C1C1. Windows color (decimal): -6303538 or 13553823. OLE color: 13553823.

HSL color Cylindrical-coordinate representation of color #9FD0CE: hue angle of 177.55º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FD0CE is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 208 206 -
CMYK 0.24 0 0.01 0.18
HSL 177.55º 0.34% 0.72% -
HSV(B) 177.55º 0.24% 0.82% -
XYZ 47.99 56.94 66.85 -
YUV 193.12 135.27 103.66 -
System Red Green Blue C M Y K H S L
Decimal 159 208 206 0.24 0 0.01 0.18 177.55 0.34 0.72
Hex 9F D0 CE 18 0 1 12 B2 22 48
Octal 237 320 316 30 0 1 22 262 42 110
Binary 10011111 11010000 11001110 11000 0 1 10010 10110010 100010 1001000

Color Harmonies of #9FD0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD0CE

Black with #9FD0CE

Text Example


Text Example

White with #9FD0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,208,206); }

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

background-color css

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

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

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

border-color css

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

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

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