Html Css Color HEX #9FCACE Morning Glory

📋 copy color: '#9FCACE'

red 159 ◦ green 202 ◦ blue 206

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

Shades of Morning Glory #9FCACE

Tints of Morning Glory #9FCACE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.63%

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

R = 28.04%
G = 35.63%
B = 36.33%

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

#9FCACE (or 0x9FCACE) is known color: Morning Glory. HEX triplet: 9F, CA and CE. RGB value is (159,202,206). Sum of RGB (Red+Green+Blue) = 159+202+206=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FCACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCACE is #603531. Grayscale: #BDBDBD. Windows color (decimal): -6305074 or 13552287. OLE color: 13552287.

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

Color convert

RGB 159 202 206 -
CMYK 0.23 0.02 0 0.19
HSL 185.11º 0.32% 0.72% -
HSV(B) 185.11º 0.23% 0.81% -
XYZ 46.56 54.07 66.37 -
YUV 189.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 159 202 206 0.23 0.02 0 0.19 185.11 0.32 0.72
Hex 9F CA CE 17 2 0 13 B9 20 48
Octal 237 312 316 27 2 0 23 271 40 110
Binary 10011111 11001010 11001110 10111 10 0 10011 10111001 100000 1001000

Color Harmonies of #9FCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCACE

Black with #9FCACE

Text Example


Text Example

White with #9FCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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