Html Css Color HEX #9FC9CC Morning Glory

📋 copy color: '#9FC9CC'

red 159 ◦ green 201 ◦ blue 204

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

Shades of Morning Glory #9FC9CC

Tints of Morning Glory #9FC9CC

RGB

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

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

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

R = 28.19%
G = 35.64%
B = 36.17%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9FC9CC (or 0x9FC9CC) is known color: Morning Glory. HEX triplet: 9F, C9 and CC. RGB value is (159,201,204). Sum of RGB (Red+Green+Blue) = 159+201+204=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FC9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC9CC is #603633. Grayscale: #BCBCBC. Windows color (decimal): -6305332 or 13420959. OLE color: 13420959.

HSL color Cylindrical-coordinate representation of color #9FC9CC: hue angle of 184º degrees, saturation: 0.31, 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 #9FC9CC is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 201 204 -
CMYK 0.22 0.01 0 0.2
HSL 184º 0.31% 0.71% -
HSV(B) 184º 0.22% 0.8% -
XYZ 46.08 53.5 65.03 -
YUV 188.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 159 201 204 0.22 0.01 0 0.2 184 0.31 0.71
Hex 9F C9 CC 16 1 0 14 B8 1F 47
Octal 237 311 314 26 1 0 24 270 37 107
Binary 10011111 11001001 11001100 10110 1 0 10100 10111000 11111 1000111

Color Harmonies of #9FC9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC9CC

Black with #9FC9CC

Text Example


Text Example

White with #9FC9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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