Html Css Color HEX #9FCACD Morning Glory

📋 copy color: '#9FCACD'

red 159 ◦ green 202 ◦ blue 205

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

Shades of Morning Glory #9FCACD

Tints of Morning Glory #9FCACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 28.09%
G = 35.69%
B = 36.22%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9FCACD (or 0x9FCACD) is known color: Morning Glory. HEX triplet: 9F, CA and CD. RGB value is (159,202,205). Sum of RGB (Red+Green+Blue) = 159+202+205=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCACD is #603532. Grayscale: #BDBDBD. Windows color (decimal): -6305075 or 13486751. OLE color: 13486751.

HSL color Cylindrical-coordinate representation of color #9FCACD: hue angle of 183.91º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCACD is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 202 205 -
CMYK 0.22 0.01 0 0.20
HSL 183.91º 0.32% 0.71% -
HSV(B) 183.91º 0.22% 0.8% -
XYZ 46.44 54.02 65.74 -
YUV 189.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 159 202 205 0.22 0.01 0 0.20 183.91 0.32 0.71
Hex 9F CA CD 16 1 0 14 B8 20 47
Octal 237 312 315 26 1 0 24 270 40 107
Binary 10011111 11001010 11001101 10110 1 0 10100 10111000 100000 1000111

Color Harmonies of #9FCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCACD

Black with #9FCACD

Text Example


Text Example

White with #9FCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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