Html Css Color HEX #9FCCCA Morning Glory

📋 copy color: '#9FCCCA'

red 159 ◦ green 204 ◦ blue 202

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

Shades of Morning Glory #9FCCCA

Tints of Morning Glory #9FCCCA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.11%

 BLUE value IS 202 (79.3% from 255) = 35.75%

R = 28.14%
G = 36.11%
B = 35.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#9FCCCA (or 0x9FCCCA) is known color: Morning Glory. HEX triplet: 9F, CC and CA. RGB value is (159,204,202). Sum of RGB (Red+Green+Blue) = 159+204+202=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCCA is #603335. Grayscale: #BEBEBE. Windows color (decimal): -6304566 or 13290655. OLE color: 13290655.

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

Color convert

RGB 159 204 202 -
CMYK 0.22 0 0.01 0.2
HSL 177.33º 0.31% 0.71% -
HSV(B) 177.33º 0.22% 0.8% -
XYZ 46.55 54.82 64.01 -
YUV 190.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 159 204 202 0.22 0 0.01 0.2 177.33 0.31 0.71
Hex 9F CC CA 16 0 1 14 B1 1F 47
Octal 237 314 312 26 0 1 24 261 37 107
Binary 10011111 11001100 11001010 10110 0 1 10100 10110001 11111 1000111

Color Harmonies of #9FCCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCCCA

Black with #9FCCCA

Text Example


Text Example

White with #9FCCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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