Html Css Color HEX #9FC9CE Morning Glory

📋 copy color: '#9FC9CE'

red 159 ◦ green 201 ◦ blue 206

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

Shades of Morning Glory #9FC9CE

Tints of Morning Glory #9FC9CE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.51%

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

R = 28.09%
G = 35.51%
B = 36.4%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9FC9CE (or 0x9FC9CE) is known color: Morning Glory. HEX triplet: 9F, C9 and CE. RGB value is (159,201,206). Sum of RGB (Red+Green+Blue) = 159+201+206=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FC9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC9CE is #603631. Grayscale: #BCBCBC. Windows color (decimal): -6305330 or 13552031. OLE color: 13552031.

HSL color Cylindrical-coordinate representation of color #9FC9CE: hue angle of 186.38º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FC9CE is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 201 206 -
CMYK 0.23 0.02 0 0.19
HSL 186.38º 0.32% 0.72% -
HSV(B) 186.38º 0.23% 0.81% -
XYZ 46.33 53.6 66.3 -
YUV 189.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 159 201 206 0.23 0.02 0 0.19 186.38 0.32 0.72
Hex 9F C9 CE 17 2 0 13 BA 20 48
Octal 237 311 316 27 2 0 23 272 40 110
Binary 10011111 11001001 11001110 10111 10 0 10011 10111010 100000 1001000

Color Harmonies of #9FC9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC9CE

Black with #9FC9CE

Text Example


Text Example

White with #9FC9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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