Html Css Color HEX #9FCDCC Morning Glory

📋 copy color: '#9FCDCC'

red 159 ◦ green 205 ◦ blue 204

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

Shades of Morning Glory #9FCDCC

Tints of Morning Glory #9FCDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.09%

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

R = 27.99%
G = 36.09%
B = 35.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#9FCDCC (or 0x9FCDCC) is known color: Morning Glory. HEX triplet: 9F, CD and CC. RGB value is (159,205,204). Sum of RGB (Red+Green+Blue) = 159+205+204=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDCC is #603233. Grayscale: #BFBFBF. Windows color (decimal): -6304308 or 13421983. OLE color: 13421983.

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

Color convert

RGB 159 205 204 -
CMYK 0.22 0 0.00 0.20
HSL 178.7º 0.32% 0.71% -
HSV(B) 178.7º 0.22% 0.8% -
XYZ 47.03 55.39 65.34 -
YUV 191.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 159 205 204 0.22 0 0.00 0.20 178.7 0.32 0.71
Hex 9F CD CC 16 0 0 14 B3 20 47
Octal 237 315 314 26 0 0 24 263 40 107
Binary 10011111 11001101 11001100 10110 0 0 10100 10110011 100000 1000111

Color Harmonies of #9FCDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCDCC

Black with #9FCDCC

Text Example


Text Example

White with #9FCDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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