Html Css Color HEX #9FCECC Morning Glory

📋 copy color: '#9FCECC'

red 159 ◦ green 206 ◦ blue 204

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

Shades of Morning Glory #9FCECC

Tints of Morning Glory #9FCECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.2%

 BLUE value IS 204 (80.08% from 255) = 35.85%

R = 27.94%
G = 36.2%
B = 35.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#9FCECC (or 0x9FCECC) is known color: Morning Glory. HEX triplet: 9F, CE and CC. RGB value is (159,206,204). Sum of RGB (Red+Green+Blue) = 159+206+204=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCECC is #603133. Grayscale: #BFBFBF. Windows color (decimal): -6304052 or 13422239. OLE color: 13422239.

HSL color Cylindrical-coordinate representation of color #9FCECC: hue angle of 177.45º 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 #9FCECC is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 206 204 -
CMYK 0.23 0 0.01 0.19
HSL 177.45º 0.32% 0.72% -
HSV(B) 177.45º 0.23% 0.81% -
XYZ 47.27 55.87 65.42 -
YUV 191.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 159 206 204 0.23 0 0.01 0.19 177.45 0.32 0.72
Hex 9F CE CC 17 0 1 13 B1 20 48
Octal 237 316 314 27 0 1 23 261 40 110
Binary 10011111 11001110 11001100 10111 0 1 10011 10110001 100000 1001000

Color Harmonies of #9FCECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCECC

Black with #9FCECC

Text Example


Text Example

White with #9FCECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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