Html Css Color HEX #9FC5CB Morning Glory

📋 copy color: '#9FC5CB'

red 159 ◦ green 197 ◦ blue 203

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

Shades of Morning Glory #9FC5CB

Tints of Morning Glory #9FC5CB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.24%

 BLUE value IS 203 (79.69% from 255) = 36.31%

R = 28.44%
G = 35.24%
B = 36.31%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9FC5CB (or 0x9FC5CB) is known color: Morning Glory. HEX triplet: 9F, C5 and CB. RGB value is (159,197,203). Sum of RGB (Red+Green+Blue) = 159+197+203=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FC5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC5CB is #603A34. Grayscale: #BABABA. Windows color (decimal): -6306357 or 13354399. OLE color: 13354399.

HSL color Cylindrical-coordinate representation of color #9FC5CB: hue angle of 188.18º degrees, saturation: 0.3, 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 #9FC5CB is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 197 203 -
CMYK 0.22 0.03 0 0.20
HSL 188.18º 0.3% 0.71% -
HSV(B) 188.18º 0.22% 0.8% -
XYZ 45.04 51.62 64.09 -
YUV 186.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 159 197 203 0.22 0.03 0 0.20 188.18 0.3 0.71
Hex 9F C5 CB 16 3 0 14 BC 1E 47
Octal 237 305 313 26 3 0 24 274 36 107
Binary 10011111 11000101 11001011 10110 11 0 10100 10111100 11110 1000111

Color Harmonies of #9FC5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC5CB

Black with #9FC5CB

Text Example


Text Example

White with #9FC5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,197,203); }

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

background-color css

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

 a { background-color: rgb(159,197,203); }

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

border-color css

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

 span { border-color: rgb(159,197,203); }

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