#9ACFCB

Color #9ACFCB Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #9ACFCB

Tints of Morning Glory #9ACFCB

Color information

#9ACFCB (or 0x9ACFCB) is unknown color: approx Morning Glory. HEX triplet: 9A, CF and CB. RGB value is (154,207,203). Sum of RGB (Red+Green+Blue) = 154+207+203=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFCB is #653034. Grayscale: #BEBEBE. Windows color (decimal): -6631477 or 13356954. OLE color: 13356954.

HSL color Cylindrical-coordinate representation of color #9ACFCB: hue angle of 175.47º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACFCB is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB154207203-
CMYK0.2600.020.19
HSL175.47º35.57%70.78%-
HSV(B)175.47º25.6%81.18%-
XYZ46.4255.8164.83-
YUV190.7134.94101.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.30%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 203 (79.69% from 255) = 35.99%
R=27.30%
G=36.70%
B=35.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542072030.2600.020.19175.4735.5770.78
Hex9ACFCB1A0213af2447
Octal23231731332022325744107
Binary1001101011001111110010111101001010011101011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,207,203); }

 H1.HeaderClassName
 {
   color: #9ACFCB;
 }
 .AnyTagClassName
 {
   color: #9ACFCB;
 }
</style>
background-color css

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

 a { background-color: rgb(154,207,203); }

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

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

 span { border-color: rgb(154,207,203); }

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